[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
raeburn
raeburn at source.lon-capa.org
Thu Jan 10 12:10:31 EST 2013
raeburn Thu Jan 10 17:10:31 2013 EDT
Modified files:
/loncom/interface londocs.pm
Log:
- Support for usernames containing @.
- Separator between username and domain of authoring space owner changed
to colon (standard separator) in rev 1.484.
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.530 loncom/interface/londocs.pm:1.531
--- loncom/interface/londocs.pm:1.530 Wed Jan 9 17:22:51 2013
+++ loncom/interface/londocs.pm Thu Jan 10 17:10:30 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.530 2013/01/09 17:22:51 raeburn Exp $
+# $Id: londocs.pm,v 1.531 2013/01/10 17:10:30 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -152,7 +152,7 @@
$r->print(&endContentScreen());
return '';
}
- my ($ca,$cd)=split(/\@/,$env{'form.authorspace'});
+ my ($ca,$cd)=split(/\:/,$env{'form.authorspace'});
$r->print('<h3>'.&mt('Copying Files').'</h3>');
my $title=$env{'form.authorfolder'};
$title=&clean($title);
More information about the LON-CAPA-cvs
mailing list