Little change in the form that duplicated course shortnames are handled. This should

help when detecting copies of backup files.
This commit is contained in:
stronk7 2003-12-29 20:20:03 +00:00
parent 1ae0dbd1a7
commit 4f7a557d6d

View File

@ -250,7 +250,7 @@
do {
if ($counter) {
$suffixfull = " ".get_string("copy")." ".$counter;
$suffixshort = "-".$counter;
$suffixshort = "_".$counter;
} else {
$suffixfull = "";
$suffixshort = "";