Diff for /loncom/interface/loncreatecourse.pm between versions 1.128 and 1.129

version 1.128, 2009/10/02 18:31:36 version 1.129, 2009/10/02 19:10:23
Line 986  sub print_creation_logs { Line 986  sub print_creation_logs {
     if ($curr{'type'} eq 'any') {       if ($curr{'type'} eq 'any') { 
         $tablehdr .= '<th>'.&mt('Course Type').'</th>';          $tablehdr .= '<th>'.&mt('Course Type').'</th>';
     }      }
     if ($curr{'context'} eq 'any')      if ($curr{'context'} eq 'any') {
         $tablehdr .= '<th>'.&mt('Creation Context').'</th>';          $tablehdr .= '<th>'.&mt('Creation Context').'</th>';
     }      }
     $tablehdr .= &Apache::loncommon::end_data_table_header_row();      $tablehdr .= &Apache::loncommon::end_data_table_header_row();

Removed from v.1.128  
changed lines
  Added in v.1.129


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