remove lockign check
[Pman.Core] / Notify.php
index 55047c7..3fd4c5b 100644 (file)
@@ -179,9 +179,9 @@ class Pman_Core_Notify extends Pman
     function get($r,$opts=array())    
     {
         
-        if ($this->database_is_locked()) {
-            die("LATER - DATABASE IS LOCKED");
-        }
+       // if ($this->database_is_locked()) {
+        //    die("LATER - DATABASE IS LOCKED");
+        //}
         
         
         $this->parseArgs($opts);