comment typo

This commit is contained in:
skodak 2008-08-16 21:28:30 +00:00
parent 0faf6791f4
commit 4644167932

View File

@ -3961,7 +3961,7 @@ function forum_pluginfile($course, $cminfo, $context, $filearea, $args) {
function forum_add_attachment($post, $cm, $mform, &$message, $remove_previous=true) {
global $CFG, $DB, $USER;
//TODO: add message when overriding
//TODO: add message when overwriting
$filename = $mform->get_new_filename('attachment');
$filearea = 'forum_attachment';