Index: branches/5.2.x/core/units/related_searches/related_searches_config.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 13840) +++ branches/5.2.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 14092) @@ -1,6 +1,6 @@ true, 'AutoClone' => true, - 'FilterMenu' => Array( - 'Groups' => Array( - Array('mode' => 'AND', 'filters' => Array('show_active','show_disabled'), 'type' => WHERE_FILTER), - ), - 'Filters' => Array( - 'show_active' => Array('label' =>'la_Active', 'on_sql' => '', 'off_sql' => 'Enabled != 1' ), - 'show_disabled' => Array('label' => 'la_Disabled', 'on_sql' => '', 'off_sql' => 'Enabled != 0' ), - ) - ), + 'CalculatedFields' => Array ( + '' => Array ( + ), + ), - 'CalculatedFields' => Array( - '' => Array( - - ), - ), - 'ListSQLs' => Array( ''=> 'SELECT %1$s.* %2$s FROM %1$s', ), // key - special, value - list select sql