diff options
author | friendica <info@friendica.com> | 2013-01-16 02:01:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-16 02:01:23 -0800 |
commit | f1afe680524cc5b06f1c9bc950db2e32d108fb6c (patch) | |
tree | d6f5d21db68c5fb71de83ad4592b52044fe56b60 /install | |
parent | a9f4a47a35eecad03c9c0da58a3febc99fd87453 (diff) | |
download | volse-hubzilla-f1afe680524cc5b06f1c9bc950db2e32d108fb6c.tar.gz volse-hubzilla-f1afe680524cc5b06f1c9bc950db2e32d108fb6c.tar.bz2 volse-hubzilla-f1afe680524cc5b06f1c9bc950db2e32d108fb6c.zip |
typo
Diffstat (limited to 'install')
-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; |