Uploaded constants about the collection status.

This commit is contained in:
mdtrooper 2014-09-10 16:11:36 +02:00
parent a40e4d1193
commit 4033f5dae8
1 changed files with 5 additions and 0 deletions

View File

@ -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);
?>