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…
Reference in New Issue