Show
Ignore:
Timestamp:
01/29/08 20:28:12 (2 years ago)
Author:
guilhermeblanco
Message:

Merged changeset #3573 into 0.10 branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Inflector.php

    r3418 r3683  
    865865                           preg_replace('/::/', '/', $text))))); 
    866866         
    867         return trim($text); 
     867        return trim($text, '-'); 
    868868    } 
    869869