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

Paul POULAIN tipaul at users.sourceforge.net
Fri Feb 28 17:29:14 CET 2003


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;
  	}





More information about the Koha-cvs mailing list