typos etc.

This commit is contained in:
friendica
2013-01-02 01:30:53 -08:00
parent 50d1cb2e3a
commit 03a4ad0e09
2 changed files with 2 additions and 3 deletions

View File

@@ -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 '',