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 ca95f3b57..791371ec1 100644 --- a/install/update.php +++ b/install/update.php @@ -103,7 +103,7 @@ PRIMARY KEY ( `site_url` ) function update_r1005() { q("drop table guid"); - q("drop table `notify-threads`); + q("drop table `notify-threads`"); return UPDATE_SUCCESS; } |