]> git.mxchange.org Git - friendica.git/commitdiff
fixed missing close parenthesis
authorfabrixxm <fabrix.xm@gmail.com>
Sun, 6 Feb 2011 20:24:41 +0000 (21:24 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Sun, 6 Feb 2011 20:24:41 +0000 (21:24 +0100)
include/notifier.php

index a71da853db977f1a5725759b96d9c5231c880b13..07bde7c4d669019fcd4c5798984e6347f831e4c4 100644 (file)
@@ -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`