Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
local_rwth_sd_sync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moodle_l2p_public
local_rwth_sd_sync
Commits
5cd93788
Commit
5cd93788
authored
2 years ago
by
Peter Schartner
Browse files
Options
Downloads
Plain Diff
Merge branch 'integration' into 'production'
Integration See merge request moodle_l2p/local_rwth_sd_sync!188
parents
b4f2fe9b
2694a880
Branches
production
No related tags found
No related merge requests found
Pipeline
#908740
failed
2 years ago
Stage: version-php
Stage: spec
Stage: archive
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
classes/sdapi.php
+10
-2
10 additions, 2 deletions
classes/sdapi.php
with
10 additions
and
2 deletions
classes/sdapi.php
+
10
−
2
View file @
5cd93788
...
@@ -1288,7 +1288,11 @@ class sdapi {
...
@@ -1288,7 +1288,11 @@ class sdapi {
}
}
private
function
update_course_appointments
(
$trace
,
$updatedappointments
)
{
private
function
update_course_appointments
(
$trace
,
$updatedappointments
)
{
global
$DB
;
global
$CFG
,
$DB
;
if
(
!
$updatedappointments
)
{
return
0
;
}
require_once
(
$CFG
->
dirroot
.
'/calendar/lib.php'
);
$trace
->
output
(
'Starting course appointment update...'
);
$trace
->
output
(
'Starting course appointment update...'
);
...
@@ -1339,7 +1343,11 @@ class sdapi {
...
@@ -1339,7 +1343,11 @@ class sdapi {
}
}
private
function
update_group_appointments
(
$trace
,
$updatedappointments
)
{
private
function
update_group_appointments
(
$trace
,
$updatedappointments
)
{
global
$DB
;
global
$CFG
,
$DB
;
if
(
!
$updatedappointments
)
{
return
0
;
}
require_once
(
$CFG
->
dirroot
.
'/calendar/lib.php'
);
$trace
->
output
(
'Starting group appointment update...'
);
$trace
->
output
(
'Starting group appointment update...'
);
...
...
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