Archive for June 2nd, 2008

Moodle Debugging / Custom Reports

Monday, June 2nd, 2008

Based on client request I added strip_tags($item) to the export functions mod/quiz/report/analysis/report.php . That way, html tags are not shown in the export of to xls, ods and txt. Also I rewrote the group functions for the quickmail module (in contrib). Not so difficult, just make sure to user array_keys() to ...