aboutsummaryrefslogtreecommitdiff
path: root/edit_algebra_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_algebra_form.php')
-rw-r--r--edit_algebra_form.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit_algebra_form.php b/edit_algebra_form.php
index 3ab31ac..985180d 100644
--- a/edit_algebra_form.php
+++ b/edit_algebra_form.php
@@ -105,7 +105,6 @@ class qtype_algebra_edit_form extends question_edit_form {
// Add the initial all functions box to the list of check boxes.
$funcgroup[] =& $mform->createElement('checkbox', 'all', '', get_string('allfunctions', 'qtype_algebra'));
// Create a checkbox element for each function understood by the parser.
-// FIXME: why do the function names show up on the page in some weird order???
for ($i = 0; $i < count(qtype_algebra_parser::$functions); $i++) {
$func = qtype_algebra_parser::$functions[$i];
$funcgroup[] =& $mform->createElement('checkbox', $func, '', $func);