Diff for /loncom/publisher/lonrights.pm between versions 1.8 and 1.9

version 1.8, 2003/03/27 20:56:30 version 1.9, 2003/03/28 01:53:55
Line 246  ENDSTARTTABLE Line 246  ENDSTARTTABLE
               $r->print($rcourse);                $r->print($rcourse);
           }            }
   
           $r->print('</td><td rowspan="2">');            $r->print('</td><td>');
 # realm section  # realm section
           if ($constructmode) {            if ($constructmode) {
              $r->print('<input input type="text" size="5" name="section_'.               $r->print('<input input type="text" size="5" name="section_'.
Line 270  ENDSTARTTABLE Line 270  ENDSTARTTABLE
               $r->print(&Apache::lonnet::plaintext($token->[2]->{'role'}));                $r->print(&Apache::lonnet::plaintext($token->[2]->{'role'}));
           }            }
 # course selection link  # course selection link
           $r->print('</td></tr><tr><td colspan="2" align="right">');            $r->print('</td></tr><tr><td colspan="3" align="right">');
           if ($rcourse) {            if ($rcourse) {
       my %descript=        my %descript=
                  &Apache::lonnet::coursedescription($rdom.'_'.$rcourse);                   &Apache::lonnet::coursedescription($rdom.'_'.$rcourse);

Removed from v.1.8  
changed lines
  Added in v.1.9


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