You are here

function views_update_16 in Views (for Drupal 7) 5

File

./views.install, line 477

Code

function views_update_16() {
  $ret = array();
  $ret[] = update_sql("UPDATE {view_view} SET menu_tab_default_parent_type = 'normal' WHERE menu_tab_default_parent_type = '' OR menu_tab_default_parent_type IS NULL");
  return $ret;
}