Added lost constant COLLECTION_UNSAVED

This commit is contained in:
mdtrooper 2015-06-09 15:03:34 +02:00
parent 905d768322
commit 55766b2ed2
1 changed files with 2 additions and 0 deletions

View File

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