koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha newjmember.pl,1.10,1.10.2.1


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha newjmember.pl,1.10,1.10.2.1
Date: Wed, 28 Apr 2004 02:31:32 -0700

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4994

Modified Files:
      Tag: rel_2_0
        newjmember.pl 
Log Message:
Fix for bug 729


Index: newjmember.pl
===================================================================
RCS file: /cvsroot/koha/koha/Attic/newjmember.pl,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -C2 -r1.10 -r1.10.2.1
*** newjmember.pl       28 Nov 2003 12:51:26 -0000      1.10
--- newjmember.pl       28 Apr 2004 09:31:20 -0000      1.10.2.1
***************
*** 3,7 ****
  # $Id$
  
! #script to print confirmation screen, then if accepted calls itself to insert 
data
  # FIXME - Yes, but what does it _do_?
  # 2002/12/18 address@hidden
--- 3,7 ----
  # $Id$
  
! # script to print confirmation screen, then if accepted calls itself to 
insert data
  # FIXME - Yes, but what does it _do_?
  # 2002/12/18 address@hidden
***************
*** 96,100 ****
        $nounique = 1;
      }
!     my $valid=checkdigit(\%env,$data{'cardnumber'}, $nounique);
      if ($valid != 1){
        $string.=" Invalid Cardnumber $number<br>";
--- 96,100 ----
        $nounique = 1;
      }
!     my $valid=checkdigit(\%env,$number, $nounique);
      if ($valid != 1){
        $string.=" Invalid Cardnumber $number<br>";




reply via email to

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