aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-18 16:29:57 -0800
committerfriendica <info@friendica.com>2012-12-18 16:29:57 -0800
commite9c87a69ce1a78e0790241467961bfab465b3358 (patch)
tree3961c9f2936d8bcba1b24fe4e4d443d6a8361ff8 /include/notifier.php
parenta12264193ffe9daa04155aff78a1feaff82b7670 (diff)
downloadvolse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.tar.gz
volse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.tar.bz2
volse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.zip
cleanup more obsolete stuff
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notifier.php b/include/notifier.php
index c95caf942..71571cbd5 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -143,13 +143,13 @@ function notifier_run($argv, $argc){
$item = $message[0];
$encoded_item = encode_mail($item);
-dbg(1);
+
$s = q("select * from channel where channel_id = %d limit 1",
intval($item['channel_id'])
);
if($s)
$channel = $s[0];
-dbg(0);
+
}
elseif($cmd === 'expire') {
$normal_mode = false;