4.6.x
Dries Buytaert 2004-11-08 08:50:23 +00:00
parent b6172b6653
commit bb0f78ecb5
1 changed files with 1 additions and 1 deletions

View File

@ -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)');
}