diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-08 08:50:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-08 08:50:23 +0000 |
commit | bb0f78ecb5c8085a51d836f6464cb63c21244c99 (patch) | |
tree | 773fadd57d05c2c7cd4f798cfb3b7850d49ec4e8 | |
parent | b6172b66531089ce81cea11ebef7e387010c72ec (diff) | |
download | brdo-bb0f78ecb5c8085a51d836f6464cb63c21244c99.tar.gz brdo-bb0f78ecb5c8085a51d836f6464cb63c21244c99.tar.bz2 |
oops
-rw-r--r-- | database/updates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc index 6fbaa3858..ed9f1a95e 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1971,7 +1971,7 @@ function update_111() { $ret = array(); if ($GLOBALS['db_type'] == 'mysql') { - $ret[] = update_sql('DELETE FROM {variable} WHERE name LIKE 'throttle_%'; + $ret[] = update_sql("DELETE FROM {variable} WHERE name LIKE 'throttle_%'"); $ret[] = update_sql('ALTER TABLE {sessions} ADD PRIMARY KEY sid (sid)'); } |