]> git.mjollnir.org Git - moodle.git/commitdiff
Commented out duplicates for now pending cut/paste discussion
authormoodler <moodler>
Mon, 21 Jun 2004 14:51:43 +0000 (14:51 +0000)
committermoodler <moodler>
Mon, 21 Jun 2004 14:51:43 +0000 (14:51 +0000)
course/lib.php

index de9c8eaee5d8c76eed058434d760eeb2f2363316..ecdee0bf7a8636f996dc9649910ef40aaa33c423 100644 (file)
@@ -1604,7 +1604,8 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=-
     return "$leftright$move".
            "<a title=\"$str->update\" href=\"$path/mod.php?update=$mod->id\"><img".
            " src=\"$pixpath/t/edit.gif\" hspace=\"2\" height=11 width=11 border=0></a>".
-           "<a title=\"$str->duplicate\" href=\"$path/mod.php?duplicate=$mod->id\"> 2 </a>".
+      //   Following line is commented out until this feature is more definite -- martin
+      //     "<a title=\"$str->duplicate\" href=\"$path/mod.php?duplicate=$mod->id\"> 2 </a>".
            "<a title=\"$str->delete\" href=\"$path/mod.php?delete=$mod->id\"><img".
            " src=\"$pixpath/t/delete.gif\" hspace=\"2\" height=11 width=11 border=0></a>$hideshow$groupmode";
 }