From 8d71fe91f67eeb501efd6fedd17992c12882daeb Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Dec 2012 04:08:48 -0800 Subject: cleanup editpost --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/update.php') 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; } -- cgit v1.2.3