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.2.1,1.22.2.2


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/admin branches.pl,1.22.2.1,1.22.2.2
Date: Tue, 30 Dec 2003 11:58:47 -0800

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




reply via email to

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