From 64be33a3ff9ddae16ba7a57c842441a2d0058a5b Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Sun, 6 Feb 2011 21:24:41 +0100 Subject: [PATCH] fixed missing close parenthesis --- include/notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notifier.php b/include/notifier.php index a71da853db..07bde7c4d6 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -84,7 +84,7 @@ function notifier_run($argv, $argc){ if($items[0]['deleted']) { foreach($items as $item) $item['deleted'] = 1; - + } } $r = q("SELECT `contact`.*, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`, `user`.`page-flags`