From 8614a5c53bc78a9cc5a9416f9b116be341de1311 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 11 Sep 2023 11:25:14 +0800 Subject: [PATCH] error to notice --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index cc11188..83fc4d9 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -1283,7 +1283,7 @@ class Pman_Roo extends Pman if (method_exists($chk, 'toEventString')) { $desc .= ' : ' . $o[0]->toEventString(); } - $this->jerr("Delete Dependant records ($match_total found), " . + $this->jerror("NOTICE-DELETE-DEP", "Delete Dependant records ($match_total found), " . "first is ( $desc )"); } -- 2.39.2