From 4f7a557d6df6cf6771c197fc5058959302aa1fb8 Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Mon, 29 Dec 2003 20:20:03 +0000
Subject: [PATCH] Little change in the form that duplicated course shortnames
 are handled. This should help when detecting copies of backup files.

---
 backup/restorelib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = "";
-- 
2.39.5