Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r11482 -r11495 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11482) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11495) @@ -2385,9 +2385,7 @@ } // always add search buttons - array_push($preset_info['toolbar_buttons'], 'search'); - array_push($preset_info['toolbar_buttons'], 'search_reset_alt'); - + array_push($preset_info['toolbar_buttons'], 'search', 'search_reset_alt'); $toolbar_buttons = array_map('addslashes', $preset_info['toolbar_buttons']); return $toolbar_buttons ? "'" . implode("', '", $toolbar_buttons) . "'" : 'false';