followup to patch for bug 2900
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 8 Jan 2009 20:18:24 +0000 (14:18 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 8 Jan 2009 20:19:09 +0000 (14:19 -0600)
commit3a7ae974409d13e6f3a426f791a191aaf6e9bd7c
tree83164c9c0cb1ad0336d5dfe6a71b1d5412c1e694
parentc70cd87d549d71229c1f80d9f1af3db8c68636f5
followup to patch for bug 2900

Previous patch broke date comparison that sets
overdue flag - now that ISO-formatted date
strings are being compared, must use "it"
instead of "<".

"2009-01-02" lt "2009-01-08" is true
"2009-01-02" <  "2009-01-08" is *false*

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Members.pm