koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha delbiblio.pl,1.2,1.3


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha delbiblio.pl,1.2,1.3
Date: Thu, 20 Jun 2002 10:33:42 -0700

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

Modified Files:
        delbiblio.pl 
Log Message:
More merges in from rel-1-2
All of the changes so far have been minor.  I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** delbiblio.pl        27 Feb 2001 22:08:57 -0000      1.2
--- delbiblio.pl        20 Jun 2002 17:33:07 -0000      1.3
***************
*** 28,32 ****
    ";
  } else {
! #delbiblio($biblio);
! print $input->redirect("/catalogue/");
  }
--- 28,32 ----
    ";
  } else {
!     delbiblio($biblio);
!     print $input->redirect("/catalogue/");
  }




reply via email to

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