Diff for /loncom/xml/lonxml.pm between versions 1.549 and 1.550

version 1.549, 2014/07/27 11:20:13 version 1.550, 2014/08/25 00:20:55
Line 1327  sub extlink { Line 1327  sub extlink {
     if (!$exact) {      if (!$exact) {
  $res=&Apache::lonnet::hreflocation($Apache::lonxml::pwd[-1],$res);   $res=&Apache::lonnet::hreflocation($Apache::lonxml::pwd[-1],$res);
     }      }
     push(@Apache::lonxml::extlinks,$res)        push(@Apache::lonxml::extlinks,$res);
 }  }
   
 sub writeallows {  sub writeallows {

Removed from v.1.549  
changed lines
  Added in v.1.550


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