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

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Jun 28 05:42:13 CEST 2002


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





More information about the Koha-cvs mailing list