dump sub and rp
darcs-hash:20080606172638-84dde-191d9ef20462ec6edf2637c7b3f6d39ba5815a56.gz
This commit is contained in:
parent
67b326a0b3
commit
ca6f7337db
|
@ -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__);
|
||||
|
|
Loading…
Reference in New Issue
Block a user