koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Input.pm,1.9,1.10


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Input.pm,1.9,1.10
Date: Fri, 28 Feb 2003 08:29:14 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv22673/C4

Modified Files:
        Input.pm 
Log Message:
small bugfix

Index: Input.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Input.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Input.pm    19 Feb 2003 00:39:18 -0000      1.9
--- Input.pm    28 Feb 2003 16:29:11 -0000      1.10
***************
*** 128,132 ****
          
        #return 0 if $q is not ten digits long
!       if ($length($q)!=10) {
                return 0;
        }
--- 128,132 ----
          
        #return 0 if $q is not ten digits long
!       if (length($q)!=10) {
                return 0;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]