-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.3.1
-
None
-
MOODLE_23_STABLE
In DB table 'presenter', the module defines field 'window' which is reserved word in PostgreSQL thus making the module incompatible with this database.
How to fix: rename the field, e.g. to 'windowfield'.
The following files will need to be amended:
mod/presenter/backup/moodle2/backup_presenter_stepslib.php
mod/presenter/db/install.xml
mod/presenter/export.php
mod/presenter/mod_form.php
mod/presenter/view.php