|
|
|
@ -1,5 +1,12 @@ |
|
|
|
|
<?php |
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
/** |
|
|
|
|
* Script |
|
|
|
|
* @package chamilo.gradebook |
|
|
|
|
*/ |
|
|
|
|
/** |
|
|
|
|
* Init |
|
|
|
|
*/ |
|
|
|
|
require_once dirname(__FILE__).'/../../../inc/global.inc.php'; |
|
|
|
|
require_once dirname(__FILE__).'/../be.inc.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php'; |
|
|
|
@ -7,7 +14,7 @@ require_once api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php'; |
|
|
|
|
/** |
|
|
|
|
* Extends formvalidator with add&edit forms |
|
|
|
|
* @author Stijn Konings |
|
|
|
|
* @package dokeos.gradebook |
|
|
|
|
* @package chamilo.gradebook |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
class CatForm extends FormValidator { |
|
|
|
@ -165,4 +172,4 @@ class CatForm extends FormValidator { |
|
|
|
|
function setDefaults($defaults = array ()) { |
|
|
|
|
parent :: setDefaults($defaults); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|