Skip to content
Snippets Groups Projects
Commit 9d2333b7 authored by DFNVC's avatar DFNVC
Browse files

Anpassung, damit Änderungen in Adobe Connect Aktivitäten möglich sind.

parent 4b39424e
No related branches found
No related tags found
No related merge requests found
...@@ -215,9 +215,9 @@ class mod_adobeconnect_mod_form extends moodleform_mod { ...@@ -215,9 +215,9 @@ class mod_adobeconnect_mod_form extends moodleform_mod {
} }
} }
if (aconnect_urlpath_exists($aconnect, $url)) { # if (aconnect_urlpath_exists($aconnect, $url)) {
$errors['meeturl'] = get_string('duplicateurl', 'adobeconnect'); # $errors['meeturl'] = get_string('duplicateurl', 'adobeconnect');
} # }
// Validate start and end times // Validate start and end times
if ($data['starttime'] == $data['endtime']) { if ($data['starttime'] == $data['endtime']) {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* @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
*/ */
$plugin->version = 2018022800; // The current module version (Date: YYYYMMDDXX) $plugin->version = 2018121900; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2014051212; // Requires this Moodle version $plugin->requires = 2014051212; // Requires this Moodle version
$plugin->component = 'mod_adobeconnect'; $plugin->component = 'mod_adobeconnect';
$plugin->cron = 0; // Period for cron to check this module (secs) $plugin->cron = 0; // Period for cron to check this module (secs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment