[Koha-cvs] CVS: koha/admin branches.pl,1.22,1.23

Owen Leonard oleonard at users.sourceforge.net
Tue Dec 30 20:59:04 CET 2003


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

Modified Files:
	branches.pl 
Log Message:
Changes to generated HTML to allow proper validation

Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** branches.pl	13 Jun 2003 11:54:39 -0000	1.22
--- branches.pl	30 Dec 2003 19:59:02 -0000	1.23
***************
*** 202,206 ****
  	my $tmp = quotemeta($cat->{'categorycode'});
  	if (grep {/^$tmp$/} @{$data->{'categories'}}) {
! 		$checked = "CHECKED";
  	}
  	push @categoryloop, {
--- 202,206 ----
  	my $tmp = quotemeta($cat->{'categorycode'});
  	if (grep {/^$tmp$/} @{$data->{'categories'}}) {
! 		$checked = "checked=\"checked\"";
  	}
  	push @categoryloop, {





More information about the Koha-cvs mailing list