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

closes #66

parent 9edf86c8
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