From ca6f7337db36b0a7ea3f06118e1e56610777057d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 6 Jun 2008 13:26:38 -0400 Subject: dump sub and rp darcs-hash:20080606172638-84dde-191d9ef20462ec6edf2637c7b3f6d39ba5815a56.gz --- lib/omb.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/omb.php') 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__); -- cgit v1.2.3-54-g00ecf