@@ -364,7 +364,7 @@ |
||
| 364 | 364 | $this->extra_info = array(); |
| 365 | 365 | |
| 366 | 366 | $q = $this->db->query('SELECT * FROM moffice WHERE person=:person_id ORDER BY from_date DESC, moffice_id', |
| 367 | - array(':person_id' => $this->person_id)); |
|
| 367 | + array(':person_id' => $this->person_id)); |
|
| 368 | 368 | $this->extra_info['office'] = $q->fetchAll(); |
| 369 | 369 | |
| 370 | 370 | // Info specific to member id (e.g. attendance during that period of office) |