aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-02 02:00:46 -0800
committerfriendica <info@friendica.com>2013-01-02 02:00:46 -0800
commit4108598133eae97e7c8a0b8e13ead4856f423cff (patch)
treec98458ab5e9615c3f7737da950acdda111c45382 /install
parentc266f0724b238f3cdbee6984e26912198271d428 (diff)
downloadvolse-hubzilla-4108598133eae97e7c8a0b8e13ead4856f423cff.tar.gz
volse-hubzilla-4108598133eae97e7c8a0b8e13ead4856f423cff.tar.bz2
volse-hubzilla-4108598133eae97e7c8a0b8e13ead4856f423cff.zip
yikes that's a lot of typos
Diffstat (limited to 'install')
-rw-r--r--install/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index 6ba2f8254..549ae63ed 100644
--- a/install/update.php
+++ b/install/update.php
@@ -206,7 +206,7 @@ function update_r1013() {
`xlink_updated` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE = MYISAM ");
- $r2 = q("alter table xlink add index ( xlink_xchan ), add index ( xlink link ), add index ( xlink_updated ) ");
+ $r2 = q("alter table xlink add index ( xlink_xchan ), add index ( xlink_link ), add index ( xlink_updated ) ");
if($r && $r2)
return UPDATE_SUCCESS;
return UPDATE_FAILED;