diff options
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index a6fecbef5..0459df817 100644 --- a/install/update.php +++ b/install/update.php @@ -280,7 +280,7 @@ ADD INDEX ( `event_hash` )"); function update_r1019() { - $r = q"ALTER TABLE `event` DROP `message_id` "); + $r = q("ALTER TABLE `event` DROP `message_id` "); if($r) return UPDATE_SUCCESS; return UPDATE_FAILED; |