From e9c87a69ce1a78e0790241467961bfab465b3358 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 18 Dec 2012 16:29:57 -0800 Subject: cleanup more obsolete stuff --- include/notifier.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/notifier.php') 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; -- cgit v1.2.3