--- loncom/interface/loncreateuser.pm 2008/07/13 09:53:16 1.254 +++ loncom/interface/loncreateuser.pm 2008/07/14 10:35:00 1.255 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.254 2008/07/13 09:53:16 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.255 2008/07/14 10:35:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3706,7 +3706,7 @@ sub print_userchangelogs_display { &mt('Context').''.&mt('Start').''.&mt('End').''. &Apache::loncommon::end_data_table_header_row(); my ($minshown,$maxshown); - my $minshown = 1; + $minshown = 1; my $count = 0; if ($curr{'show'} ne &mt('all')) { $maxshown = $curr{'page'} * $curr{'show'};