function system_update_141 in Drupal 5
Same name and namespace in other branches
- 4 database/updates.inc \system_update_141()
File
- modules/
system/ system.install, line 1724
Code
function system_update_141() {
$ret = array();
variable_del('upload_maxsize_total');
return $ret;
}