Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Nov 2011 09:05:59 +0000 (17:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Nov 2011 09:05:59 +0000 (17:05 +0800)
Pman/Roo.php

index 94ef44b..6be9b5d 100644 (file)
@@ -199,7 +199,7 @@ class Pman_Roo extends Pman
         //DB_DataObject::debuglevel(1);
         $res = $x->find();
         if ($res === false) {
-            echo '<PRE>';print_R($x);exit;
+            //echo '<PRE>';print_R($x);exit;
             $this->jerr($x->_lastError->toString());
         }