r23.11
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.