koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.10,1.6.2.11


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.10,1.6.2.11
Date: Thu, 27 Jun 2002 20:42:13 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv26955

Modified Files:
      Tag: rel-1-2
        Output.pm 
Log Message:
Introduced an annoying bug that duplicated everything in iteminfo and branch
dropdowns today.  This fixes it.


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.6.2.10
retrieving revision 1.6.2.11
diff -C2 -r1.6.2.10 -r1.6.2.11
*** Output.pm   27 Jun 2002 17:41:26 -0000      1.6.2.10
--- Output.pm   28 Jun 2002 03:42:11 -0000      1.6.2.11
***************
*** 503,507 ****
        while ( ($key, $desc) = $sth->fetchrow) {
            if ($showkey || ! $desc ) { $desc="$key - $desc"; }
-           $selectclause.="<option value='$key'>$desc\n";
            $selectclause.="<option";
            if (defined $default && $default eq $key) {
--- 503,506 ----




reply via email to

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