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

version 1.262, 2006/11/30 23:34:38 version 1.263, 2006/12/01 22:17:26
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:\/\// || $url=~/^https:\/\//) { $ext = 'true'; }      if ($url=~m{^http://} || $url=~m{^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.262  
changed lines
  Added in v.1.263


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