@@ -33,13 +33,6 @@ require_once($CFG->libdir . '/formslib.php');
 | 
				
			|||||||
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
					 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
class service_edit_form extends moodleform {
 | 
					class service_edit_form extends moodleform {
 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * @param string $baseurl
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    public function __construct($baseurl) {
 | 
					 | 
				
			||||||
        parent::__construct($baseurl);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Defines the standard structure of the form.
 | 
					     * Defines the standard structure of the form.
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
@@ -113,13 +106,6 @@ class service_edit_form extends moodleform {
 | 
				
			|||||||
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
					 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
class service_backup_form extends moodleform {
 | 
					class service_backup_form extends moodleform {
 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * @param string $baseurl
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    public function __construct($baseurl) {
 | 
					 | 
				
			||||||
        parent::__construct($baseurl);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Defines the standard structure of the form.
 | 
					     * Defines the standard structure of the form.
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,7 +24,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
defined('MOODLE_INTERNAL') || die();
 | 
					defined('MOODLE_INTERNAL') || die();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** @var \admin_root $ADMIN */
 | 
					/* @var \admin_root $ADMIN */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if ($hassiteconfig) {
 | 
					if ($hassiteconfig) {
 | 
				
			||||||
    $ADMIN->add(
 | 
					    $ADMIN->add(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user