Diff for /loncom/interface/londocs.pm between versions 1.261 and 1.262

version 1.261, 2006/11/29 22:02:47 version 1.262, 2006/11/30 23:34:38
Line 936  sub group_import { Line 936  sub group_import {
     my $idx = &LONCAPA::map::getresidx($url);      my $idx = &LONCAPA::map::getresidx($url);
     $LONCAPA::map::order[$#LONCAPA::map::order+1]=$idx;      $LONCAPA::map::order[$#LONCAPA::map::order+1]=$idx;
     my $ext = 'false';      my $ext = 'false';
     if ($url=~/^http:\/\//) { $ext = 'true'; }      if ($url=~/^http:\/\// || $url=~/^https:\/\//) { $ext = 'true'; }
     $url =~ s/:/\:/g;      $url =~ s/:/\:/g;
     $name =~ s/:/\:/g;      $name =~ s/:/\:/g;
     $LONCAPA::map::resources[$idx] =       $LONCAPA::map::resources[$idx] = 

Removed from v.1.261  
changed lines
  Added in v.1.262


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