]> wagnertech.de Git - timetracker.git/blobdiff - initialize.php
Renaming in progress.
[timetracker.git] / initialize.php
index 5f8a76037d2287fef1ea0ced46013606aa8660db..1a508e94306cf5e76a78cead318e9f818c9a0899 100644 (file)
@@ -120,9 +120,9 @@ define('TYPE_ALL', 0); // Time record can be specified with either duration or s
 define('TYPE_START_FINISH', 1); // Time record has start and finish times.
 define('TYPE_DURATION', 2); // Time record has only duration, no start and finish times.
 
-// Definitions of types for uncompleted time entries.
-define('ENTRIES_NONE', 0); // Do not show uncompleted time entries anywhere.
-define('ENTRIES_USERS_PAGE', 1); // Show uncompleted time entries on the users page.
+// Definitions for uncompleted time entry indicators.
+define('UNCOMPLETED_INDICATORS_NONE', 0); // Do not show indicators.
+define('UNCOMPLETED_INDICATORS', 1); // Show indicators.
 
 // User access rights - bits that collectively define an access mask to the system (a role).
 // We'll have some bits here (1,2, etc...) reserved for future use.