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

Alan Millar amillar at users.sourceforge.net
Wed May 29 16:34:33 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	delbiblio.pl 
Log Message:
Enable (uncomment) actual deletion


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** delbiblio.pl	27 Feb 2001 22:08:57 -0000	1.2
--- delbiblio.pl	29 May 2002 14:34:31 -0000	1.2.2.1
***************
*** 28,32 ****
    ";
  } else {
! #delbiblio($biblio);
! print $input->redirect("/catalogue/");
  }
--- 28,32 ----
    ";
  } else {
! 	delbiblio($biblio);
! 	print $input->redirect("/catalogue/");
  }





More information about the Koha-cvs mailing list