Diff for /loncom/interface/Attic/londropadd.pm between versions 1.112 and 1.113

version 1.112, 2004/05/19 17:53:43 version 1.113, 2004/06/09 17:08:27
Line 173  sub print_main_menu { Line 173  sub print_main_menu {
     <a href="/adm/dropadd?action=drop">$Text{'drop'}</a>      <a href="/adm/dropadd?action=drop">$Text{'drop'}</a>
     </font>$help{'Course_Drop_Student'}      </font>$help{'Course_Drop_Student'}
 </p><p>  </p><p>
   END
       my ($cdom,$cnum) = split/_/,$ENV{'request.course.id'};
       if (&Apache::lonnet::auto_run($cnum,$cdom) ) {
           $r->print(<<END);
 <font size="+1">  <font size="+1">
     <a href="/adm/populate">$Text{'populate'}</a>      <a href="/adm/populate">$Text{'populate'}</a>
 </font>  </font>
 END  END
       }
 }  }
   
 ###############################################################  ###############################################################

Removed from v.1.112  
changed lines
  Added in v.1.113


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