Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:49:19 +0000 (17:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:49:19 +0000 (17:49 +0800)
Lock.php

index 49243a5..a1b091f 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -108,7 +108,7 @@ class Pman_Core_Lock extends Pman
         
         $nlocks = $curlock->count() ;
         if ($nlocks && empty($_REQUEST['force'])) {
-            DB_DataObjecT::debugLevel(1);
+           // DB_DataObjecT::debugLevel(1);
             $ar = $curlock->fetchAll('person_id', 'created');
             $p = DB_DataObject::factory('Person');
             $p->selectAdd();