30 May
2013
30 May
'13
3:38 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10377 --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to comment #3)
How about something in this style: sounds good
if ($s100a08 =~ /[abcdefghijku]/ && $s100a09_12 =~ /\d{4}/ && $s100a09_12 >= 1455 && $s100a09_12 <= $year_now + 1) { # +1 just in case the is a next year date I really love the >= 1455 :D :D
-- You are receiving this mail because: You are watching all bug changes.