@@ -517,7 +517,7 @@ function block_system_themes_form_submit(&$form, &$form_state) {
// If we're changing themes, make sure the theme has its blocks initialized.
$has_blocks=(bool)db_query_range('SELECT 1 FROM {block} WHERE theme = :theme',array(':theme'=>$form_state['values']['admin_theme']),0,1)->fetchField();