--- loncom/interface/londocs.pm 2003/01/19 11:57:24 1.44 +++ loncom/interface/londocs.pm 2003/01/23 19:00:06 1.46 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.44 2003/01/19 11:57:24 www Exp $ +# $Id: londocs.pm,v 1.46 2003/01/23 19:00:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -166,6 +166,7 @@ sub editor { my $ext='false'; if ($url=~/^http\:\/\//) { $ext='true'; } $url=~s/\:/\:/g; + $name=~s/\:/\:/g; $Apache::lonratedt::resources[$idx]= $name.':'.$url.':'.$ext.':normal:res'; } @@ -594,8 +595,8 @@ ENDCOURSEVERIFY &editor($r,$coursenum,$coursedom,$folder,$allowed); if ($hadchanges) { $r->print('
'. -'

Changes will become active after or at next login.

'); +'

Changes will become active for your current session after , or the next time you log in.

'); } my $folderseq='/uploaded/'.$coursedom.'/'.$coursenum.'/default_'.time. '.sequence';