Show
Ignore:
Timestamp:
09/20/07 22:53:39 (16 months ago)
Author:
meus
Message:

removed rat comment :P

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r2586 r2587  
    654654    public static function classify($tablename) 
    655655    { 
    656         echo "rat"; 
    657656        return preg_replace_callback('~(_?)(_)([\w])~', array("Doctrine", "classifyCallback"), ucfirst($tablename)); 
    658657    }