Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 18 Nov 2011 04:53:34 +0000 (12:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 18 Nov 2011 04:53:34 +0000 (12:53 +0800)
Pman/Roo.php

index b33b609..ef9d90f 100644 (file)
@@ -595,7 +595,7 @@ class Pman_Roo extends Pman
             $x->updated_by = $this->authUser->id;
         }
         
-        DB_DataObject::DebugLevel(1);
+        //DB_DataObject::DebugLevel(1);
         $res = $x->update($old);
         if ($res === false) {
             $this->jerr($x->_lastError->toString());