Diff for /loncom/interface/loncreateuser.pm between versions 1.249.2.2 and 1.249.2.3

version 1.249.2.2, 2008/07/13 09:57:29 version 1.249.2.3, 2008/07/14 10:36:24
Line 3706  sub print_userchangelogs_display { Line 3706  sub print_userchangelogs_display {
                    &mt('Context').'</th><th>'.&mt('Start').'</th><th>'.&mt('End').'</th>'.                     &mt('Context').'</th><th>'.&mt('Start').'</th><th>'.&mt('End').'</th>'.
                    &Apache::loncommon::end_data_table_header_row();                     &Apache::loncommon::end_data_table_header_row();
     my ($minshown,$maxshown);      my ($minshown,$maxshown);
     my $minshown = 1;      $minshown = 1;
     my $count = 0;      my $count = 0;
     if ($curr{'show'} ne &mt('all')) {       if ($curr{'show'} ne &mt('all')) { 
         $maxshown = $curr{'page'} * $curr{'show'};          $maxshown = $curr{'page'} * $curr{'show'};

Removed from v.1.249.2.2  
changed lines
  Added in v.1.249.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>