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

Finlay Thompson finlayt at users.sourceforge.net
Wed Jul 24 06:00:35 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv29399/C4

Modified Files:
	Reserves2.pm 
Log Message:

commented out a warn or two...


Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Reserves2.pm	24 Jul 2002 03:01:17 -0000	1.9
--- Reserves2.pm	24 Jul 2002 04:00:33 -0000	1.10
***************
*** 96,100 ****
      my ($biblio, $item, $borr) = @_;
      my $dbh=C4Connect;
!     warn "In CancelReserve";
      if (($item and $borr) and (not $biblio)) {
  # removing a waiting reserve record....
--- 96,100 ----
      my ($biblio, $item, $borr) = @_;
      my $dbh=C4Connect;
!     #warn "In CancelReserve";
      if (($item and $borr) and (not $biblio)) {
  # removing a waiting reserve record....
***************
*** 178,182 ****
                                   AND borrowernumber   = $nbor
                                   AND reservedate      = $nresd";
! 	    warn $query;
  	    my $sth = $dbh->prepare($query);
  	    $sth->execute;
--- 178,182 ----
                                   AND borrowernumber   = $nbor
                                   AND reservedate      = $nresd";
! 	    #warn $query;
  	    my $sth = $dbh->prepare($query);
  	    $sth->execute;





More information about the Koha-cvs mailing list