diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index ec2f042326..fd0e8c44fb 100755 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -408,6 +408,7 @@ 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);