From d4bfbe4d1825cf07169693d5162a6017feccfd43 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 21 Jun 2004 14:51:43 +0000 Subject: [PATCH] Commented out duplicates for now pending cut/paste discussion --- course/lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index de9c8eaee5..ecdee0bf7a 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1604,7 +1604,8 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=- return "$leftright$move". "update\" href=\"$path/mod.php?update=$mod->id\">". - "duplicate\" href=\"$path/mod.php?duplicate=$mod->id\"> 2 ". + // Following line is commented out until this feature is more definite -- martin + // "duplicate\" href=\"$path/mod.php?duplicate=$mod->id\"> 2 ". "delete\" href=\"$path/mod.php?delete=$mod->id\">$hideshow$groupmode"; } -- 2.39.5