diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 8925b4ceb1..1940aefc7e 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -381,6 +381,8 @@ define("CUSTOM_GRAPH_STACKED_LINE", 3); define("COLLECTION_PENDING_APPLY", 0); define("COLLECTION_CORRECT", 1); define("COLLECTION_ERROR_LOST_DIRECTORY", 2); +define("COLLECTION_UNSAVED", 3); + /* PAGINATION */ define("PAGINATION_BLOCKS_LIMIT", 15);