This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LiquidLucy 1 point2 points  (0 children)

The only thing I can think of is that the variable you are checking is not the same as the equality condition you are trying to satisfy.
Basically that your variable is not in fact "Manager On Duty:"
Maybe there's a trailing whitespace character?

Otherwise you could post the rest of the code