diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index d3bc9437c5..dc007d82ab 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -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); ?>