koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha placerequest.pl,1.3,1.4


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha placerequest.pl,1.3,1.4
Date: Tue, 14 Jan 2003 19:12:25 -0800

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

Modified Files:
        placerequest.pl 
Log Message:
Fixing a call to cgi->dump to be Dump


Index: placerequest.pl
===================================================================
RCS file: /cvsroot/koha/koha/placerequest.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** placerequest.pl     21 Aug 2002 02:45:30 -0000      1.3
--- placerequest.pl     15 Jan 2003 03:12:22 -0000      1.4
***************
*** 55,59 ****
      }
  }
! #print $input->dump;
  my $env;
  
--- 55,59 ----
      }
  }
! 
  my $env;
  
***************
*** 74,77 ****
    print $input->header();
    print "Invalid card number please try again";
!   print $input->dump;
  }
--- 74,77 ----
    print $input->header();
    print "Invalid card number please try again";
!   print $input->Dump;
  }




reply via email to

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