Skip to content

r23.11

Compare
Choose a tag to compare
@kylemhall kylemhall released this 13 Nov 18:50
· 14 commits to master since this release
Prevent patrons from logging in on the exact minute of closing time #337

This bug is due to a check for for "truthiness" of the minutes until
closing variable. The problem being that 0 is false so we never check to
see if it is 0 or less. Instead, we should be checking to see if the
variable is defined.