From 4b5d91ccb5e42bbd1d379b8963d932bbc8615634 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 15 Sep 2013 23:02:18 -0700 Subject: found it --- include/zot.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/zot.php b/include/zot.php index 91fc03a3a..0f42ddc7f 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1565,8 +1565,8 @@ function import_site($arr,$pubkey) { || ($siterecord['site_register'] != $register_policy)) { $update = true; - logger('import_site: input: ' . print_r($arr,true)); - logger('import_site: stored: ' . print_r($siterecord,true)); +// logger('import_site: input: ' . print_r($arr,true)); +// logger('import_site: stored: ' . print_r($siterecord,true)); $r = q("update site set site_flags = %d, site_access = %d, site_directory = '%s', site_register = %d, site_update = '%s' where site_url = '%s' limit 1", @@ -1598,7 +1598,7 @@ function import_site($arr,$pubkey) { } } - return $r; + return $update; } -- cgit v1.2.3