From 4108598133eae97e7c8a0b8e13ead4856f423cff Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Jan 2013 02:00:46 -0800 Subject: yikes that's a lot of typos --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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; -- cgit v1.2.3