@@ -281,7 +281,6 @@ function node_type_form_submit($form_id, $form_values) {
if($update_count){
drupal_set_message(t('Changed the content type of %update_count %posts from %old_type to %type.',array('%update_count'=>$update_count,'%posts'=>format_plural($update_count,'post','posts'),'%old_type'=>$type->old_type,'%type'=>$type->type)));
cache_clear_all('filter:',TRUE);
}
}
}
...
...
@@ -318,8 +317,8 @@ function node_type_form_submit($form_id, $form_values) {