summaryrefslogtreecommitdiff
path: root/lib/omb.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-06 13:26:38 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-06 13:26:38 -0400
commitca6f7337db36b0a7ea3f06118e1e56610777057d (patch)
tree2e88913ab4ef24e1e7e9087edd38e1cf227d4301 /lib/omb.php
parent67b326a0b3cd7b75efbd19dd3fa32aa2d043d9d0 (diff)
dump sub and rp
darcs-hash:20080606172638-84dde-191d9ef20462ec6edf2637c7b3f6d39ba5815a56.gz
Diffstat (limited to 'lib/omb.php')
-rw-r--r--lib/omb.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/omb.php b/lib/omb.php
index bbf3d8c5b..a52380a01 100644
--- a/lib/omb.php
+++ b/lib/omb.php
@@ -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__);