diff options
author | Friendika <info@friendika.com> | 2011-02-06 13:27:52 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-06 13:27:52 -0800 |
commit | 8e988341d01de0b061a9d14846c660e7e76d80db (patch) | |
tree | b303d7bf32e58abcd22efcc6fe0d9171284a3337 | |
parent | ac3f3a6e9fb46ab608f26d4dfc12ee631e0e453a (diff) | |
parent | 3f973445609d604154a687b50a29a753826b7a5e (diff) | |
download | volse-hubzilla-8e988341d01de0b061a9d14846c660e7e76d80db.tar.gz volse-hubzilla-8e988341d01de0b061a9d14846c660e7e76d80db.tar.bz2 volse-hubzilla-8e988341d01de0b061a9d14846c660e7e76d80db.zip |
Merge branch 'fabrixxm-master'
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index a71da853d..07bde7c4d 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` |