diff options
-rw-r--r-- | app/class/globals.php | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |