From: Joseph Baxter Date: Fri, 23 May 2014 14:45:20 +0000 (+0100) Subject: typo X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=48f4d81618621f29f01c0d7521a61e43eca61153;p=moodle-mod_attendance.git typo --- diff --git a/export.php b/export.php index f5f61e4..9b6fb99 100644 --- a/export.php +++ b/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; }