Message5649
Found and squashed the bug. A variable needed to be reinitialized every
time though a loop.
The first time through the loop the var had the value +foo.
Then it was evaluated to add the foo user to nosy and
the value was changed to exact value demo,foo (assuming demo
was the original nosy value for the first item designator). Then the
exact value got used to set the rest of the designators.
By resetting the variable to +foo for every designator it magically
works the way it was intended.
checked in: ca3e56590fcd |
|
Date |
User |
Action |
Args |
2016-06-27 02:11:19 | rouilj | set | messageid: <1466993479.58.0.355934470135.issue2550572@psf.upfronthosting.co.za> |
2016-06-27 02:11:19 | rouilj | set | recipients:
+ rouilj, kowey |
2016-06-27 02:11:19 | rouilj | link | issue2550572 messages |
2016-06-27 02:11:19 | rouilj | create | |
|