[Koha-cvs] CVS: koha/admin branches.pl,1.22.2.1,1.22.2.2

Owen Leonard oleonard at users.sourceforge.net
Tue Dec 30 20:58:47 CET 2003


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

Modified Files:
      Tag: rel_2_0
	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.2.1
retrieving revision 1.22.2.2
diff -C2 -r1.22.2.1 -r1.22.2.2
*** branches.pl	23 Dec 2003 14:14:15 -0000	1.22.2.1
--- branches.pl	30 Dec 2003 19:58:44 -0000	1.22.2.2
***************
*** 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