From: Alan Date: Fri, 5 Apr 2024 07:22:32 +0000 (+0800) Subject: remove lockign check X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d03e79a2aa9748aa8055bb8e8b95d7c42829e25c remove lockign check --- diff --git a/Notify.php b/Notify.php index 55047c7a..3fd4c5b4 100644 --- a/Notify.php +++ b/Notify.php @@ -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); diff --git a/NotifySend.php b/NotifySend.php index a7b68742..f94ff33d 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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']);