db_filter_ui: Fix some constant names

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-01-24 21:05:57 +01:00
parent 3598cf32f7
commit 63d05256a6

View File

@@ -12,8 +12,7 @@ require_once('db_filter.php');
define('FILTER_VALUES_NORMAL', 1);
define('FILTER_VALUES_ENUM', 2);
define('FILTER_VALUES_BOOL', 3);
define('FILTER_VALUES_OPTION', 4);
define('FILTER_VALUES_OPTION_BOOL', 3);
define('MAX_FILTERS', 50);