Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:28:26 +0000 (19:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Nov 2010 11:28:26 +0000 (19:28 +0800)
Pman/Roo.php

index 3bed1ff..d8ca716 100644 (file)
@@ -148,7 +148,7 @@ class Pman_Roo extends Pman
             $this->jok("Updated");
             
         }
-       DB_DataObject::debugLevel(1);
+       //DB_DataObject::debugLevel(1);
         if (method_exists($x, 'checkPerm') && !$x->checkPerm('S', $this->authUser))  {
             $this->jerr("PERMISSION DENIED");
         }