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 | |
parent | 50d1cb2e3afe265004c7c08c8a63876c4b541469 (diff) | |
download | volse-hubzilla-03a4ad0e09a8ecafba5de7757ecafb400256f992.tar.gz volse-hubzilla-03a4ad0e09a8ecafba5de7757ecafb400256f992.tar.bz2 volse-hubzilla-03a4ad0e09a8ecafba5de7757ecafb400256f992.zip |
typos etc.
-rw-r--r-- | include/socgraph.php | 3 | ||||
-rw-r--r-- | install/update.php | 2 |
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 '', |