diff options
author | friendica <info@friendica.com> | 2012-12-21 04:08:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-21 04:08:48 -0800 |
commit | 8d71fe91f67eeb501efd6fedd17992c12882daeb (patch) | |
tree | 83c680bed39e2bc08db156d452e19b2911eae225 /install/update.php | |
parent | 7daf2cf7dbfbbfa8f10378c8c16175548bedae87 (diff) | |
download | volse-hubzilla-8d71fe91f67eeb501efd6fedd17992c12882daeb.tar.gz volse-hubzilla-8d71fe91f67eeb501efd6fedd17992c12882daeb.tar.bz2 volse-hubzilla-8d71fe91f67eeb501efd6fedd17992c12882daeb.zip |
cleanup editpost
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; } |