Skip to content
Snippets Groups Projects
Commit 41b696b3 authored by André Noack's avatar André Noack
Browse files

Merge branch 'biest_66' into 'main'

closes #66

Closes #66

See merge request studip/studip!16
parents 9edf86c8 122fc91b
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ class ResourceBooking extends SimpleORMap implements PrivacyObject, Studip\Calen
StudipLog::log(
'RES_ASSIGN_SEM',
$this->resource_id,
$this->range_id,
$this->course_id,
$this->__toString(),
null,
$GLOBALS['user']->id
......@@ -149,7 +149,7 @@ class ResourceBooking extends SimpleORMap implements PrivacyObject, Studip\Calen
StudipLog::log(
'RES_ASSIGN_DEL_SEM',
$this->resource_id,
$this->range_id,
$this->course_id,
$this->__toString(),
null,
$GLOBALS['user']->id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment