Skip to content

Commit

Permalink
Fix error in handling of weekly mail digest.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 7, 2023
1 parent cb963f1 commit 829efd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/mail/mail-weekly-report.r
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ mail_weekly_report
msiExecGenQuery(*GenQInp, *GenQOut);
msiGetContInxFromGenQueryOut(*GenQOut, *ContInxNew);

*ContInxOld = *ContInxNew;
while(*ContInxOld > 0) {
foreach(*row in *GenQOut) {
*user = *row.USER_NAME;
Expand Down

0 comments on commit 829efd7

Please sign in to comment.