From: Alan Date: Mon, 30 Oct 2023 03:51:31 +0000 (+0800) Subject: Add jnotice to Pman X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=6c2d6875fe95a9874cf3fac20529684ccf147c71 Add jnotice to Pman --- 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 ) {