Changeset 3683 for branches/0.10/lib/Doctrine/Inflector.php
- Timestamp:
- 01/29/08 20:28:12 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Inflector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Inflector.php
r3418 r3683 865 865 preg_replace('/::/', '/', $text))))); 866 866 867 return trim($text );867 return trim($text, '-'); 868 868 } 869 869