remove lockign check
authorAlan <alan@roojs.com>
Fri, 5 Apr 2024 07:22:32 +0000 (15:22 +0800)
committerAlan <alan@roojs.com>
Fri, 5 Apr 2024 07:22:32 +0000 (15:22 +0800)
Notify.php
NotifySend.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); 
index a7b6874..f94ff33 100644 (file)
@@ -87,9 +87,9 @@ class Pman_Core_NotifySend extends Pman
    
     function get($id,$opts=array())
     {
-        if ($this->database_is_locked()) {
-            die("LATER - DATABASE IS LOCKED");
-        }
+        //if ($this->database_is_locked()) {
+        //    die("LATER - DATABASE IS LOCKED");
+       // }
         //print_r($opts);
         if (!empty($opts['DB_DataObject-debug'])) {
             DB_DataObject::debugLevel($opts['DB_DataObject-debug']);