aboutsummaryrefslogtreecommitdiffstats
path: root/include/onepoll.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-29 18:01:33 -0800
committerfriendica <info@friendica.com>2013-01-29 18:01:33 -0800
commitf591526ebc9ab3a98f1e58c8e1873e76e72b0a1f (patch)
tree9beae8248be01290f28ddc587eb7908c8d1b9390 /include/onepoll.php
parentae91347dcd5cafcd7051036262ff81edee73095b (diff)
downloadvolse-hubzilla-f591526ebc9ab3a98f1e58c8e1873e76e72b0a1f.tar.gz
volse-hubzilla-f591526ebc9ab3a98f1e58c8e1873e76e72b0a1f.tar.bz2
volse-hubzilla-f591526ebc9ab3a98f1e58c8e1873e76e72b0a1f.zip
missing permission settings
Diffstat (limited to 'include/onepoll.php')
-rw-r--r--include/onepoll.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php
index f97846026..f025aaf86 100644
--- a/include/onepoll.php
+++ b/include/onepoll.php
@@ -33,7 +33,7 @@ function onepoll_run($argv, $argc){
$d = datetime_convert();
-
+dbg(1);
$contacts = q("SELECT abook.*, xchan.*, account.*
FROM abook LEFT JOIN account on abook_account = account_id left join xchan on xchan_hash = abook_xchan
where abook_id = %d
@@ -45,6 +45,7 @@ function onepoll_run($argv, $argc){
intval(ACCOUNT_OK),
intval(ACCOUNT_UNVERIFIED)
);
+dbg(0);
if(! $contacts) {
logger('onepoll: abook_id not found: ' . $contact_id);