From 6c2d6875fe95a9874cf3fac20529684ccf147c71 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 30 Oct 2023 11:51:31 +0800 Subject: [PATCH] Add jnotice to Pman --- Pman.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pman.php b/Pman.php index eebe773..478b70e 100644 --- a/Pman.php +++ b/Pman.php @@ -595,6 +595,10 @@ class Pman extends HTML_FlexyFramework_Page exit; } + function jnotice($type, $str, $errors=array(), $content_type = false) + { + return $this->jerror('NOTICE-' . $type, $str, $errors, $content_type); + } function jok($str) { if ($this->transObj ) { -- 2.39.2