From 6db13eb5975c896022629926187f0ee3225b55e4 Mon Sep 17 00:00:00 2001 From: meus Date: Thu, 20 Sep 2007 21:53:39 +0000 Subject: [PATCH] removed rat comment :P --- lib/Doctrine.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 3c4be6159..70f5244a9 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -653,7 +653,6 @@ final class Doctrine */ public static function classify($tablename) { - echo "rat"; return preg_replace_callback('~(_?)(_)([\w])~', array("Doctrine", "classifyCallback"), ucfirst($tablename)); }