DataObjects/Person.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 17 Mar 2011 14:26:32 +0000 (22:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 17 Mar 2011 14:26:32 +0000 (22:26 +0800)
DataObjects/Person.php

index 4480ae0..b8d1f76 100644 (file)
@@ -317,7 +317,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
     //   ----------PERMS------  ----------------
     function getPerms() 
     {
-         DB_DataObject::debugLevel(1);
+         //DB_DataObject::debugLevel(1);
         // find out all the groups they are a member of.. + Default..
         $g = DB_DataObject::Factory('Group_Rights');
         if (!$g->count()) {