aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/socgraph.php3
-rw-r--r--install/update.php2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/socgraph.php b/include/socgraph.php
index 250f61891..aa5a24e89 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -1,7 +1,6 @@
<?php
-require_once('include/datetime.php');
-
+require_once('include/zot.php');
/*
* poco_load
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 '',