From f92d7ac9b795973b88aa2a559206d9adb9a503f2 Mon Sep 17 00:00:00 2001 From: poltawski Date: Thu, 24 Jan 2008 11:00:14 +0000 Subject: [PATCH] MDL-13146 - prevent debug message about missing helpbutton title merged from MOODLE_19_STABLE --- mod/data/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/lib.php b/mod/data/lib.php index 0c5388b587..7d449bd9cb 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -1966,7 +1966,7 @@ class PresetImporter { if (!empty($currentfields) && !empty($newfields)) { echo "

$strfieldmappings "; - helpbutton('fieldmappings', '', 'data'); + helpbutton('fieldmappings', $strfieldmappings, 'data'); echo '

'; foreach ($newfields as $nid => $newfield) { -- 2.39.5