diff options
-rw-r--r-- | include/zot.php | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |