From: stronk7 Date: Mon, 29 Dec 2003 20:20:03 +0000 (+0000) Subject: Little change in the form that duplicated course shortnames are handled. This should X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4f7a557d6df6cf6771c197fc5058959302aa1fb8;p=moodle.git Little change in the form that duplicated course shortnames are handled. This should help when detecting copies of backup files. --- diff --git a/backup/restorelib.php b/backup/restorelib.php index c1125c9909..f2cb989a4b 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -250,7 +250,7 @@ do { if ($counter) { $suffixfull = " ".get_string("copy")." ".$counter; - $suffixshort = "-".$counter; + $suffixshort = "_".$counter; } else { $suffixfull = ""; $suffixshort = "";