From 72ba54e1224ef815f8f7dabdf0c7449b120cfc4c Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 21 Jul 2018 23:10:05 -0400 Subject: Change errorlevel constants --- app/class/globals.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/class') diff --git a/app/class/globals.php b/app/class/globals.php index 8d27ae4..ab82edd 100644 --- a/app/class/globals.php +++ b/app/class/globals.php @@ -26,9 +26,9 @@ define("__VERSION__", "v0.0"); * logic to report errors, warnings, or informational responses to the * user in cases where an exception doesn't need to be thrown. */ -define("ERROR", "errorlist"); -define("WARNING", "warninglist"); -define("NOTICE", "noticelist"); +define("ERROR", "ERROR_LIST"); +define("WARNING", "WARNING_LIST"); +define("NOTICE", "NOTICE_LIST"); $_SCROTT[ERROR] = array(); $_SCROTT[WARNING] = array(); -- cgit v1.2.3