typo
authorJoseph Baxter <joseph.baxter@nottingham.ac.uk>
Fri, 23 May 2014 14:45:20 +0000 (15:45 +0100)
committerJoseph Baxter <joseph.baxter@nottingham.ac.uk>
Tue, 3 Jun 2014 13:32:33 +0000 (14:32 +0100)
export.php

index f5f61e4..9b6fb99 100644 (file)
@@ -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;
                 }