mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
MDL-21249 improved php docs package+subpackage info in mod/lesson
This commit is contained in:
parent
21b8089c8b
commit
cc3dbaaa30
45 changed files with 198 additions and 153 deletions
|
@ -19,9 +19,10 @@
|
|||
* Form to define a new instance of lesson or edit an instance.
|
||||
* It is used from /course/modedit.php.
|
||||
*
|
||||
* @package lesson
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
|
||||
* @package mod
|
||||
* @subpackage lesson
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
|
||||
**/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue