typos etc.
This commit is contained in:
parent
50d1cb2e3a
commit
03a4ad0e09
@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once('include/datetime.php');
|
require_once('include/zot.php');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* poco_load
|
* poco_load
|
||||||
|
@ -199,7 +199,7 @@ ADD INDEX ( `xchan_connurl` )");
|
|||||||
}
|
}
|
||||||
|
|
||||||
function update_r1013() {
|
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_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
||||||
`xlink_xchan` CHAR( 255 ) NOT NULL DEFAULT '',
|
`xlink_xchan` CHAR( 255 ) NOT NULL DEFAULT '',
|
||||||
`xlink_link` CHAR( 255 ) NOT NULL DEFAULT '',
|
`xlink_link` CHAR( 255 ) NOT NULL DEFAULT '',
|
||||||
|
Reference in New Issue
Block a user