Index: branches/5.2.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r14092 -r14095 --- branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 14092) +++ branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 14095) @@ -1,6 +1,6 @@ Array ( 'Groups' => Array ( - Array ('mode' => 'AND', 'filters' => Array ('show_new'), 'type' => HAVING_FILTER), - Array ('mode' => 'AND', 'filters' => Array ('show_pick'), 'type' => WHERE_FILTER), + Array ('mode' => 'AND', 'filters' => Array ('show_new'), 'type' => kDBList::HAVING_FILTER), + Array ('mode' => 'AND', 'filters' => Array ('show_pick'), 'type' => kDBList::WHERE_FILTER), ), 'Filters' => Array ( 'show_new' => Array ('label' => 'la_Text_New', 'on_sql' => '', 'off_sql' => '`IsNew` != 1'),