course MDL-19794 Upgraded print_log function to use html_table fixing at the same time XML strict errors: Missed one line

This commit is contained in:
Sam Hemelryk 2010-01-28 09:11:32 +00:00
parent 337203a44f
commit 755ee6d890

View File

@ -418,6 +418,7 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per
$row[] = $OUTPUT->link($link);
}
$row[] = $log->info;
$table->data[] = $row;
}
echo $OUTPUT->table($table);