summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc
index e5f1846cc..fa63b67e2 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -116,7 +116,8 @@ $sql_updates = array(
"2005-05-09" => "update_137",
"2005-05-10" => "update_138",
"2005-05-11" => "update_139",
- "2005-05-12" => "update_140"
+ "2005-05-12" => "update_140",
+ "2005-05-22" => "update_141"
);
function update_32() {
@@ -2502,6 +2503,14 @@ function update_140() {
return $ret;
}
+function update_141() {
+ $ret = array();
+
+ variable_del('upload_maxsize_total');
+
+ return $ret;
+}
+
function update_sql($sql) {
$edit = $_POST["edit"];
$result = db_query($sql);