diff options
author | friendica <info@friendica.com> | 2015-01-20 16:13:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-20 16:13:18 -0800 |
commit | ee3eee425c92b37fba5a7035d8e9ec0b0b563d0b (patch) | |
tree | d999bde3128a6a8c514388d318d3a2f68635aa41 /include/onedirsync.php | |
parent | 6f11f20992c88ff48a55929e94d9003fcc437062 (diff) | |
download | volse-hubzilla-ee3eee425c92b37fba5a7035d8e9ec0b0b563d0b.tar.gz volse-hubzilla-ee3eee425c92b37fba5a7035d8e9ec0b0b563d0b.tar.bz2 volse-hubzilla-ee3eee425c92b37fba5a7035d8e9ec0b0b563d0b.zip |
that should take care of the bitfields in hubloc
Diffstat (limited to 'include/onedirsync.php')
-rw-r--r-- | include/onedirsync.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onedirsync.php b/include/onedirsync.php index c94a1410f..e611492af 100644 --- a/include/onedirsync.php +++ b/include/onedirsync.php @@ -55,7 +55,7 @@ function onedirsync_run($argv, $argc){ $h = q("select * from hubloc where hubloc_addr = '%s' limit 1", dbesc($r[0]['ud_addr']) ); - if(($h) && (intval($h[0]['hubloc_error']))) + if(($h) && (intval($h[0]['hubloc_error']))) { $y = q("update updates set ud_flags = ( ud_flags | %d ) where ud_addr = '%s' and ( ud_flags & %d ) = 0 and ud_date < '%s' ", intval(UPDATE_FLAGS_UPDATED), dbesc($r[0]['ud_addr']), |