diff options
author | friendica <info@friendica.com> | 2013-01-02 23:07:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-02 23:07:46 -0800 |
commit | 4c21abe533c6a5bcd87b453760c551fed109a79a (patch) | |
tree | 9d7cb530441fe6a3678c77244b8382066562743e /include/notifier.php | |
parent | 32a97d5065efbcc6897ef7598343c6973114fff4 (diff) | |
download | volse-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.php | 4 |
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) { |