diff options
author | friendica <info@friendica.com> | 2013-01-02 01:30:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-02 01:30:53 -0800 |
commit | 03a4ad0e09a8ecafba5de7757ecafb400256f992 (patch) | |
tree | afe19955a79eeca7139bf29540930d10b8ebbdd1 /install/update.php | |
parent | 50d1cb2e3afe265004c7c08c8a63876c4b541469 (diff) | |
download | volse-hubzilla-03a4ad0e09a8ecafba5de7757ecafb400256f992.tar.gz volse-hubzilla-03a4ad0e09a8ecafba5de7757ecafb400256f992.tar.bz2 volse-hubzilla-03a4ad0e09a8ecafba5de7757ecafb400256f992.zip |
typos etc.
Diffstat (limited to 'install/update.php')
-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 075b2f8a6..6ba2f8254 100644 --- a/install/update.php +++ b/install/update.php @@ -199,7 +199,7 @@ ADD INDEX ( `xchan_connurl` )"); } function update_r1013() { - $r = q"CREATE TABLE if not exists `xlink` ( + $r = q("CREATE TABLE if not exists `xlink` ( `xlink_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY , `xlink_xchan` CHAR( 255 ) NOT NULL DEFAULT '', `xlink_link` CHAR( 255 ) NOT NULL DEFAULT '', |