Return to londocs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.598, 2016/01/26 14:30:25 | version 1.599, 2016/03/18 21:59:42 |
---|---|
Line 685 sub group_import { | Line 685 sub group_import { |
} else { | } else { |
$fname =~ s/\W/_/g; | $fname =~ s/\W/_/g; |
} | } |
if (length($fname > 15)) { | if (length($fname) > 15) { |
$fname = substr($fname,0,14); | $fname = substr($fname,0,14); |
} | } |
my $initialtext = &mt('Replace with your own content.'); | my $initialtext = &mt('Replace with your own content.'); |