diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-29 22:56:29 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-29 22:56:29 -0700 |
commit | e769fbaffb09aa673d7475c598e7df7e7978d210 (patch) | |
tree | 2ec8ac596b7332c49a88a5644be0eb309fe484a2 /include/zot.php | |
parent | 5721f9f3a906afac989b88a6c5ed16ce3674c063 (diff) | |
download | volse-hubzilla-e769fbaffb09aa673d7475c598e7df7e7978d210.tar.gz volse-hubzilla-e769fbaffb09aa673d7475c598e7df7e7978d210.tar.bz2 volse-hubzilla-e769fbaffb09aa673d7475c598e7df7e7978d210.zip |
another error from the db logs
Diffstat (limited to 'include/zot.php')
-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 ed0e84775..7707f34fc 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2771,7 +2771,7 @@ function import_site($arr, $pubkey) { else { $update = true; $r = q("insert into site ( site_location, site_url, site_access, site_flags, site_update, site_directory, site_register, site_sellpage, site_realm, site_type ) - values ( '%s', '%s', %d, %d, '%s', '%s', %d, '%s', '%s' )", + values ( '%s', '%s', %d, %d, '%s', '%s', %d, '%s', '%s', %d )", dbesc($site_location), dbesc($url), intval($access_policy), |