From e769fbaffb09aa673d7475c598e7df7e7978d210 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 29 Sep 2015 22:56:29 -0700 Subject: another error from the db logs --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.3