Lock.php
[Pman.Core] / Lock.php
index 36668fd..43804c1 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);
             $ar = $curlock->fetchAll('person_id', 'created');
             $p = DB_DataObject::factory('Person');
             $p->whereAddIn('id', $ar, 'int');