mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
|||
do {
|
||||
if ($counter) {
|
||||
$suffixfull = " ".get_string("copy")." ".$counter;
|
||||
$suffixshort = "-".$counter;
|
||||
$suffixshort = "_".$counter;
|
||||
} else {
|
||||
$suffixfull = "";
|
||||
$suffixshort = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue