Incorporated changes for release 1.4.2

This commit is contained in:
2026-02-24 20:55:46 -05:00
parent 89f7506fa7
commit 97249aa600
6 changed files with 35 additions and 7 deletions

View File

@@ -40,9 +40,6 @@ $functional_no_short=FUNCTIONAL_NO_SHORT;
$access_mode=ACCESS_MODE;
// define some other constants
define("STAT_OPEN",1);
define("STAT_CLOSED",2);
define("STAT_DEFERRED",3);
define("ADMIN",2);
define("USER",1);