aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-02 23:07:46 -0800
committerfriendica <info@friendica.com>2013-01-02 23:07:46 -0800
commit4c21abe533c6a5bcd87b453760c551fed109a79a (patch)
tree9d7cb530441fe6a3678c77244b8382066562743e /include/notifier.php
parent32a97d5065efbcc6897ef7598343c6973114fff4 (diff)
downloadvolse-hubzilla-4c21abe533c6a5bcd87b453760c551fed109a79a.tar.gz
volse-hubzilla-4c21abe533c6a5bcd87b453760c551fed109a79a.tar.bz2
volse-hubzilla-4c21abe533c6a5bcd87b453760c551fed109a79a.zip
verify table needs auto_increment flag
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 71571cbd5..ebb6f7bb5 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -49,7 +49,7 @@ require_once('include/html2plain.php');
require_once('include/cli_startup.php');
require_once('include/zot.php');
-
+require_once('include/queue_fn.php');
function notifier_run($argv, $argc){
@@ -261,8 +261,8 @@ function notifier_run($argv, $argc){
stringify_array_elms($recipients);
if(! $recipients)
return;
- logger('notifier: recipients: ' . print_r($recipients,true));
+ logger('notifier: recipients: ' . print_r($recipients,true));
$env_recips = null;
if($private) {