Skip to content

Commit

Permalink
fixed comments - SC #61
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 5, 2005
1 parent 85b6606 commit a6e2a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/ewiki/plugins/moodle/downloads.php
Expand Up @@ -341,7 +341,7 @@ function ewiki_entry_downloads($row, $show_section=0, $fullinfo=false) {
$info->type = $p_ct; $info->type = $p_ct;
$info->url = ewiki_script_binary("", $row["id"]); $info->url = ewiki_script_binary("", $row["id"]);
$info->title = $p_title; $info->title = $p_title;
$info->comment = $p_comment; $info->comment = format_text($p_comment);


if ($fullinfo) { if ($fullinfo) {
if ($user = get_record('user', 'id', $row['userid'])) { if ($user = get_record('user', 'id', $row['userid'])) {
Expand Down

0 comments on commit a6e2a23

Please sign in to comment.