From 0c21d08846c8e57f724d17007fd4ee4c4b120709 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 19 Sep 2023 15:52:04 +0800 Subject: [PATCH] error reporting --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 83fc4d9..136d4bf 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -1204,7 +1204,7 @@ class Pman_Roo extends Pman $x->whereAdd($this->key .' IN ('. implode(',', $bits) .')'); if (!$x->find()) { - $this->jerr("Nothing found to delete"); + $this->jerror("NOTICE-DELETE","Nothing found to delete"); } $errs = array(); while ($x->fetch()) { -- 2.39.2