diff options
author | friendica <info@friendica.com> | 2013-09-15 23:02:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-15 23:02:18 -0700 |
commit | 4b5d91ccb5e42bbd1d379b8963d932bbc8615634 (patch) | |
tree | 6cab5dec4ef2350890f8f126c8b1a29d8d9c2ced /include/zot.php | |
parent | f72cc77e46263a21835f146ca847155da4b6a17a (diff) | |
download | volse-hubzilla-4b5d91ccb5e42bbd1d379b8963d932bbc8615634.tar.gz volse-hubzilla-4b5d91ccb5e42bbd1d379b8963d932bbc8615634.tar.bz2 volse-hubzilla-4b5d91ccb5e42bbd1d379b8963d932bbc8615634.zip |
found it
Diffstat (limited to 'include/zot.php')
-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; } |