'#description'=>t('The view type is the primary table for which information is being retrieved. The view type controls what arguments, fields, sort criteria and filters are available, so once this is set it <strong>cannot be changed</strong>.'),
'#default_value'=>$view?$view->base_table:'node',
'#options'=>views_fetch_base_table_names(),
'#options'=>$base_tables,
);
if($view){
...
...
@@ -1619,10 +1643,6 @@ function views_ui_edit_display_form_submit($form, &$form_state) {