From: moodler Date: Mon, 21 Jun 2004 14:51:43 +0000 (+0000) Subject: Commented out duplicates for now pending cut/paste discussion X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d4bfbe4d1825cf07169693d5162a6017feccfd43;p=moodle.git Commented out duplicates for now pending cut/paste discussion --- 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"; }