dump sub and rp

darcs-hash:20080606172638-84dde-191d9ef20462ec6edf2637c7b3f6d39ba5815a56.gz
This commit is contained in:
Evan Prodromou 2008-06-06 13:26:38 -04:00
parent 67b326a0b3
commit ca6f7337db
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ function omb_broadcast_remote_subscribers($notice) {
common_debug('Found subscriptions for '.$notice->id, __FILE__);
$posted = array();
while ($sub->fetch()) {
common_debug('sub = '.print_r($sub,TRUE), __FILE__);
common_debug('rp = '.print_r($rp,TRUE), __FILE__);
common_debug('Subscription by profile '.$sub->subscriber, __FILE__);
if (!$posted[$rp->postnoticeurl]) {
common_debug('Not yet posted to '.$rp->postnoticeurl, __FILE__);