$log->info = get_field($ld->mtable, $ld->field, 'id', $log->info);
}
+ $log->url = strip_tags(urldecode($log->url)); // Some XSS protection
+ $log->info = strip_tags(urldecode($log->info)); // Some XSS protection
+
echo '<tr nowrap="nowrap">';
if (! $course->category) {
echo '<td nowrap="nowrap"><font size=2><a href="view.php?id='.$log->course.'">'.$courses[$log->course].'</a></td>';
<p align="center"><b>Resource Parameters</b></p>
-<p>If you specify parameters here then they will be passed to the
+<p>The parameter settings are completely optional, and are
+ only useful when you need to pass some Moodle information
+ to the resource file or web site.</p>
+
+<p>If you define any parameters they will be passed to the
resource as part of the URL (using the GET method).</p>
<p>The left column allows you to choose information to send,