Skip to content
Snippets Groups Projects
Commit 5338db86 authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

No commit message

No commit message
parent 3fc73701
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ while ($state <> 'END') { ...@@ -81,7 +81,7 @@ while ($state <> 'END') {
$nbRecipients = count($recipients); $nbRecipients = count($recipients);
$logger->write($nbRecipients .' recipients found, checking active and absences', 'INFO'); $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]; $recipient = $recipients[$i];
$user_id = $recipient->user_id; $user_id = $recipient->user_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment