mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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 @@
|
|||
* Contains functions used by importppt.php that naturally pertain to importing
|
||||
* powerpoint presentations into the lesson module
|
||||
*
|
||||
* @package lesson
|
||||
* @copyright 2009 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package mod
|
||||
* @subpackage lesson
|
||||
* @copyright 2009 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
**/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
@ -205,8 +206,8 @@ function lesson_create_objects($pageobjects, $lessonid) {
|
|||
/**
|
||||
* Form displayed to the user asking them to select a file to upload
|
||||
*
|
||||
* @copyright 2009 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @copyright 2009 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class lesson_importppt_form extends moodleform {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue