Diff for /loncom/interface/lonparmset.pm between versions 1.522.2.5 and 1.522.2.6

version 1.522.2.5, 2012/12/17 15:04:05 version 1.522.2.6, 2013/05/23 14:26:43
Line 1235  sub extractResourceInformation { Line 1235  sub extractResourceInformation {
             $$mapp{$mapid}=$$mapp{$id};              $$mapp{$mapid}=$$mapp{$id};
             $$allmaps{$mapid}=$$mapp{$id};              $$allmaps{$mapid}=$$mapp{$id};
             if ($mapid eq '1') {              if ($mapid eq '1') {
                 $$maptitles{$mapid}=&mt('Main Course Documents');                  $$maptitles{$mapid}=&mt('Main Content');
             } else {              } else {
                 $$maptitles{$mapid}=&Apache::lonnet::gettitle($$mapp{$id});                  $$maptitles{$mapid}=&Apache::lonnet::gettitle($$mapp{$id});
             }              }
Line 1768  sub mapmenu { Line 1768  sub mapmenu {
            .&Apache::loncommon::end_data_table_row()             .&Apache::loncommon::end_data_table_row()
         );          );
   
         # Display row: "Main Course Documents"          # Display row: "Main Content"
         if (exists($$allmaps{1})) {          if (exists($$allmaps{1})) {
             $r->print(              $r->print(
                 &Apache::loncommon::start_data_table_row()                  &Apache::loncommon::start_data_table_row()

Removed from v.1.522.2.5  
changed lines
  Added in v.1.522.2.6


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