cleanup editpost

This commit is contained in:
friendica
2012-12-21 04:08:48 -08:00
parent 7daf2cf7db
commit 8d71fe91f6
4 changed files with 15 additions and 26 deletions

View File

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