followup to patch for bug 2900
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 8 Jan 2009 20:18:24 +0000 (14:18 -0600)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 27 Jan 2009 11:19:45 +0000 (12:19 +0100)
commit0ce35bcf2171e1d8bca4ad270eb019dd5f592458
treee8af597d4207c3811f0c6601e345586d49ac2f66
parent267fe06f0a48f8ddb0bd2cae48cec8d831df84d2
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