aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-31 21:39:21 -0700
committerFriendika <info@friendika.com>2011-10-31 21:39:21 -0700
commit58d21fe20a0b5218885b9422af5db750682dabad (patch)
tree4822f38f400874d634c434990a79cb2900799f3c /update.php
parente28b143fb6f6dfe7f1d8e6f0f2dee1184e1b85b7 (diff)
downloadvolse-hubzilla-58d21fe20a0b5218885b9422af5db750682dabad.tar.gz
volse-hubzilla-58d21fe20a0b5218885b9422af5db750682dabad.tar.bz2
volse-hubzilla-58d21fe20a0b5218885b9422af5db750682dabad.zip
update error
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 1ddae33d4..aa78c3c2e 100644
--- a/update.php
+++ b/update.php
@@ -836,7 +836,7 @@ function update_1099() {
`cid` INT NOT NULL ,
`uid` INT NOT NULL ,
`gcid` INT NOT NULL,
- `updated` DATETIME NOT NULL,
+ `updated` DATETIME NOT NULL
) ENGINE = MYISAM ");
q("ALTER TABLE `gcontact` ADD INDEX (`nurl`) ");