--- loncom/interface/lonsearchcat.pm 2003/02/03 04:02:17 1.164 +++ loncom/interface/lonsearchcat.pm 2003/02/10 21:22:59 1.165 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.164 2003/02/03 04:02:17 harris41 Exp $ +# $Id: lonsearchcat.pm,v 1.165 2003/02/10 21:22:59 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -570,7 +570,7 @@ ENDHEADER my @domains =&Apache::loncommon::get_domains(); # adjust the size of the select box my $size = 4; - my $size = (scalar @domains < ($size - 1) ? scalar @domains + 1 : $size); + $size = (scalar @domains < ($size - 1) ? scalar @domains + 1 : $size); $scrout.="\n".''. 'DOMAINS
'. '