--- loncom/interface/lonsearchcat.pm 2008/12/11 14:55:15 1.301 +++ loncom/interface/lonsearchcat.pm 2008/12/12 17:46:25 1.302 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.301 2008/12/11 14:55:15 bisitz Exp $ +# $Id: lonsearchcat.pm,v 1.302 2008/12/12 17:46:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1154,7 +1154,7 @@ Outputs: text for box with view options ###################################################################### ###################################################################### sub viewoptions { - my $scrout; + my $scrout = ''; if (! defined($env{'form.viewselect'})) { $env{'form.viewselect'}='detailed'; } @@ -1168,7 +1168,6 @@ sub viewoptions { undef, (10,20,50,100,1000,10000)); $scrout .= (' 'x2) - .'' .&mt('[_1] Records per Page',$countselect) .''.$/; return $scrout;