fix for: Error in call to helpbutton function: at least one of $title and $linktext is required

This commit is contained in:
gbateson
2008-01-21 06:42:40 +00:00
parent 9051fd4e30
commit 9275a2bae5
+1 -1
View File
@@ -259,7 +259,7 @@ class hotpot_report extends hotpot_default_report {
$br = $is_html ? '<br />' : "\n";
$space = $is_html ? '&nbsp;' : "";
$no_value = $is_html ? '--' : "";
$help_button = $is_html ? helpbutton("discrimination", "", "quiz", true, false, "", true) : "";
$help_button = $is_html ? helpbutton("discrimination", get_string('discrimination', 'quiz'), "quiz", true, false, "", true) : "";
// table properties
unset($table);
$table->border = 1;