Moodle 33 (master) - Global Search issue with Database Schema (#249)
authorDaniel Thee Roperto <daniel@theeroperto.com>
Wed, 8 Mar 2017 05:31:27 +0000 (16:31 +1100)
committerDan Marsden <dan@danmarsden.com>
Wed, 8 Mar 2017 05:31:27 +0000 (18:31 +1300)
commita41fd1286f21a34e4b499a2c80bbb5b2ae4ad0bf
treea70f2f56e1763553e91bfa3dcf41e2e3b021bab0
parent596644ef327e96df8d55331c69fb5b2865ae353a
Moodle 33 (master) - Global Search issue with Database Schema (#249)

* Fixes #243 - Adds the fields 'intro' and 'introformat' in the attendance table.

This is done according to https://docs.moodle.org/dev/Activity_modules#install.xml

* Added 'intro' field. If not empty it will add a header (title + intro) in the view page and will be displayed in manage and report pages.
classes/header.php [new file with mode: 0644]
classes/structure.php
db/install.xml
db/upgrade.php
lib.php
manage.php
mod_form.php
renderer.php
report.php
version.php
view.php