Browse Source

typo

MOODLE_26_STABLE
Joseph Baxter 11 years ago
parent
commit
48f4d81618
  1. 2
      export.php

2
export.php

@ -131,7 +131,7 @@ if ($mform->is_submitted()) {
}
$optional_row = array('idnumber', 'institution', 'department');
foreach ($$optional_row as $opt) {
foreach ($optional_row as $opt) {
if (isset($formdata->ident[$opt])) {
$data->table[$i][] = $user->$opt;
}

Loading…
Cancel
Save