MDL-14342 fixed wrong quotes; merged from MOODLE_19_STABLE

This commit is contained in:
skodak
2008-04-13 22:26:41 +00:00
parent a3c6822887
commit 1a92acfb1b
+1 -1
View File
@@ -1756,7 +1756,7 @@ class PresetImporter {
$selected=true;
}
else {
echo '<option value="$cid">'.$currentfield->name.'</option>';
echo '<option value="'.$cid.'">'.$currentfield->name.'</option>';
}
}
}