koha-cvs
[Top][All Lists]
Advanced

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

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/admin branches.pl,1.22,1.23
Date: Tue, 30 Dec 2003 11:59:04 -0800

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, {




reply via email to

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