From 5338db86598ff888c80deb9b52ce041028efc592 Mon Sep 17 00:00:00 2001 From: Cyril Vazquez <cyril.vazquez@maarch.org> Date: Wed, 26 Sep 2012 09:56:20 +0000 Subject: [PATCH] --- notifications/trunk/batch/process_event_stack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/trunk/batch/process_event_stack.php b/notifications/trunk/batch/process_event_stack.php index 4877f88246b..8efc9c63a15 100755 --- a/notifications/trunk/batch/process_event_stack.php +++ b/notifications/trunk/batch/process_event_stack.php @@ -81,7 +81,7 @@ while ($state <> 'END') { $nbRecipients = count($recipients); $logger->write($nbRecipients .' recipients found, checking active and absences', 'INFO'); - for($i=0; $i<$nbRecipients; $i+) { + for($i=0; $i<$nbRecipients; $i++) { $recipient = $recipients[$i]; $user_id = $recipient->user_id; -- GitLab