--- loncom/interface/lonsearchcat.pm 2003/09/28 00:14:25 1.187 +++ loncom/interface/lonsearchcat.pm 2003/09/29 15:28:40 1.188 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.187 2003/09/28 00:14:25 www Exp $ +# $Id: lonsearchcat.pm,v 1.188 2003/09/29 15:28:40 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -577,7 +577,7 @@ END $ENV{'form.viewselect'}, undef,undef,undef, sort(keys(%Views))); - $scrout.=&selectbox('Per page','show', + $scrout.=&selectbox('Per Page','show', $ENV{'form.show'}, undef,undef,undef, (10,20,50,100));