function views_update_11 in Views (for Drupal 7) 5
File
- ./
views.install, line 414
Code
function views_update_11() {
// running this again because fresh installs of 1.4 didn't get it.
$ret = array();
$ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'views'");
return $ret;
}