fixed missing close parenthesis

This commit is contained in:
fabrixxm 2011-02-06 21:24:41 +01:00
parent 8cced061bb
commit 64be33a3ff
1 changed files with 1 additions and 1 deletions

View 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`