1
0
mirror of synced 2025-03-21 15:33:51 +03:00

removed rat comment :P

This commit is contained in:
meus 2007-09-20 21:53:39 +00:00
parent aae6950889
commit 6db13eb597

View File

@ -653,7 +653,6 @@ final class Doctrine
*/
public static function classify($tablename)
{
echo "rat";
return preg_replace_callback('~(_?)(_)([\w])~', array("Doctrine", "classifyCallback"), ucfirst($tablename));
}