diff options
author | friendica <info@friendica.com> | 2015-01-27 19:58:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-27 19:58:43 -0800 |
commit | 0bfbe6d61d3c6250a162a29d2cdb0ec78ad02f1d (patch) | |
tree | 4723d18515a48322f9310b898d9e10025ef9337e | |
parent | ac594183c6fdc6cf4d5a2a29ade7478a17336397 (diff) | |
download | volse-hubzilla-0bfbe6d61d3c6250a162a29d2cdb0ec78ad02f1d.tar.gz volse-hubzilla-0bfbe6d61d3c6250a162a29d2cdb0ec78ad02f1d.tar.bz2 volse-hubzilla-0bfbe6d61d3c6250a162a29d2cdb0ec78ad02f1d.zip |
sql typo
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 18565a214..d8b9a1485 100644 --- a/include/zot.php +++ b/include/zot.php @@ -755,7 +755,7 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED, $ud_arr = null) { $arr['searchable'] = false; $x = q("insert into xchan ( xchan_hash, xchan_guid, xchan_guid_sig, xchan_pubkey, xchan_photo_mimetype, - xchan_photo_l, xchan_addr, xchan_url, xchan_connurl, xchan_follow, xchan_connpage, xchan_name, xchan_network, xchan_photo_date, xchan_name_date, xchan_hidden, xchan_selfcensored, xchan_deleted, xchan_pubforum, ) + xchan_photo_l, xchan_addr, xchan_url, xchan_connurl, xchan_follow, xchan_connpage, xchan_name, xchan_network, xchan_photo_date, xchan_name_date, xchan_hidden, xchan_selfcensored, xchan_deleted, xchan_pubforum ) values ( '%s', '%s', '%s', '%s' , '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, %d, %d) ", dbesc($xchan_hash), dbesc($arr['guid']), |