MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage

This commit is contained in:
David Mudrak
2010-09-30 14:44:33 +00:00
parent ac0f8f4559
commit 65601f04a3
84 changed files with 347 additions and 246 deletions
+4 -3
View File
@@ -18,9 +18,10 @@
/**
* Preview the assessment form.
*
* @package mod-workshop
* @copyright 2009 David Mudrak <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod
* @subpackage workshop
* @copyright 2009 David Mudrak <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require_once(dirname(dirname(dirname(__FILE__))).'/config.php');