mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Uploaded constants about the collection status.
This commit is contained in:
parent
a40e4d1193
commit
4033f5dae8
@ -375,4 +375,9 @@ define("CUSTOM_GRAPH_AREA", 0);
|
||||
define("CUSTOM_GRAPH_STACKED_AREA", 1);
|
||||
define("CUSTOM_GRAPH_LINE", 2);
|
||||
define("CUSTOM_GRAPH_STACKED_LINE", 3);
|
||||
|
||||
/* COLLECTIONS */
|
||||
define("COLLECTION_CORRECT", 0);
|
||||
define("COLLECTION_PENDING_APPLY", 1);
|
||||
define("COLLECTION_ERROR_LOST_DIRECTORY", 2);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user