You are here

function system_update_141 in Drupal 4

Same name and namespace in other branches
  1. 5 modules/system/system.install \system_update_141()

File

database/updates.inc, line 614

Code

function system_update_141() {
  $ret = array();
  variable_del('upload_maxsize_total');
  return $ret;
}