Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Moodle Mod Adobeconnect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
elc
Moodle Mod Adobeconnect
Commits
9d2333b7
Commit
9d2333b7
authored
6 years ago
by
DFNVC
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mod_form.php
+3
-3
3 additions, 3 deletions
mod_form.php
version.php
+1
-1
1 addition, 1 deletion
version.php
with
4 additions
and
4 deletions
mod_form.php
+
3
−
3
View file @
9d2333b7
...
@@ -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'
])
{
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
9d2333b7
...
@@ -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
=
2018
0228
00
;
// The current module version (Date: YYYYMMDDXX)
$plugin
->
version
=
2018
1219
00
;
// 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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment