]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
dump sub and rp
authorEvan Prodromou <evan@prodromou.name>
Fri, 6 Jun 2008 17:26:38 +0000 (13:26 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 6 Jun 2008 17:26:38 +0000 (13:26 -0400)
darcs-hash:20080606172638-84dde-191d9ef20462ec6edf2637c7b3f6d39ba5815a56.gz

lib/omb.php

index bbf3d8c5b8f4d25ff540debd99c295c181288364..a52380a01feeb13e099116ccdaa31f6a47b563b4 100644 (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__);