http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10377
--- Comment #4 from Paul Poulain <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
