Diff for /loncom/interface/loncommon.pm between versions 1.671 and 1.672

version 1.671, 2008/07/14 10:16:11 version 1.672, 2008/07/23 10:07:25
Line 913  sub general_help { Line 913  sub general_help {
  $helptopic='Authoring_Intro';   $helptopic='Authoring_Intro';
     } elsif ($env{'request.role'}=~/^cc/) {      } elsif ($env{'request.role'}=~/^cc/) {
  $helptopic='Course_Coordination_Intro';   $helptopic='Course_Coordination_Intro';
       } elsif ($env{'request.role'}=~/^dc/) {
           $helptopic='Domain_Coordination_Intro';
     }      }
     return $helptopic;      return $helptopic;
 }  }

Removed from v.1.671  
changed lines
  Added in v.1.672


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