From 9d2333b7899e113530a428a2c728d397540bb231 Mon Sep 17 00:00:00 2001
From: DFNVC <git@vc.dfn.de>
Date: Wed, 19 Dec 2018 13:05:08 +0100
Subject: [PATCH] =?UTF-8?q?Anpassung,=20damit=20=C3=84nderungen=20in=20Ado?=
 =?UTF-8?q?be=20Connect=20Aktivit=C3=A4ten=20m=C3=B6glich=20sind.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mod_form.php | 6 +++---
 version.php  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mod_form.php b/mod_form.php
index 66de3e9..1d24e5d 100644
--- a/mod_form.php
+++ b/mod_form.php
@@ -215,9 +215,9 @@ class mod_adobeconnect_mod_form extends moodleform_mod {
                 }
             }
 
-            if (aconnect_urlpath_exists($aconnect, $url)) {
-                $errors['meeturl'] = get_string('duplicateurl', 'adobeconnect');
-            }
+#            if (aconnect_urlpath_exists($aconnect, $url)) {
+#                $errors['meeturl'] = get_string('duplicateurl', 'adobeconnect');
+#            }
             
             // Validate start and end times
             if ($data['starttime'] == $data['endtime']) {
diff --git a/version.php b/version.php
index a251683..1680bce 100644
--- a/version.php
+++ b/version.php
@@ -7,7 +7,7 @@
  * @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->component = 'mod_adobeconnect';
 $plugin->cron     = 0;           // Period for cron to check this module (secs)
-- 
GitLab