[Koha-cvs] CVS: koha/admin categorie.pl,1.7,1.8

Mike Hansen wolfpac444 at users.sourceforge.net
Sat Apr 5 00:39:47 CEST 2003


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

Modified Files:
	categorie.pl 
Log Message:
Minor fixes.


Index: categorie.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categorie.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** categorie.pl	4 Apr 2003 21:56:44 -0000	1.7
--- categorie.pl	4 Apr 2003 22:39:45 -0000	1.8
***************
*** 171,174 ****
--- 171,175 ----
  # called by delete_confirm, used to effectively confirm deletion of data in DB
  } elsif ($op eq 'delete_confirmed') {
+ 	$template->param(delete_confirmed => 1);
  	my $dbh = C4::Context->dbh;
  	my $categorycode=uc($input->param('categorycode'));





More information about the Koha-cvs mailing list