mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
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:
parent
1ae0dbd1a7
commit
4f7a557d6d
@ -250,7 +250,7 @@
|
||||
do {
|
||||
if ($counter) {
|
||||
$suffixfull = " ".get_string("copy")." ".$counter;
|
||||
$suffixshort = "-".$counter;
|
||||
$suffixshort = "_".$counter;
|
||||
} else {
|
||||
$suffixfull = "";
|
||||
$suffixshort = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user