From: Alan Knowles Date: Thu, 11 Nov 2010 11:28:26 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=dc7ca9fb26792f6a7e3ff731c48dbc9bc5209200;p=Pman.Base Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 3bed1ff..d8ca716 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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"); }