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 ...@@ -125,7 +125,7 @@ class ResourceBooking extends SimpleORMap implements PrivacyObject, Studip\Calen
StudipLog::log( StudipLog::log(
'RES_ASSIGN_SEM', 'RES_ASSIGN_SEM',
$this->resource_id, $this->resource_id,
$this->range_id, $this->course_id,
$this->__toString(), $this->__toString(),
null, null,
$GLOBALS['user']->id $GLOBALS['user']->id
...@@ -149,7 +149,7 @@ class ResourceBooking extends SimpleORMap implements PrivacyObject, Studip\Calen ...@@ -149,7 +149,7 @@ class ResourceBooking extends SimpleORMap implements PrivacyObject, Studip\Calen
StudipLog::log( StudipLog::log(
'RES_ASSIGN_DEL_SEM', 'RES_ASSIGN_DEL_SEM',
$this->resource_id, $this->resource_id,
$this->range_id, $this->course_id,
$this->__toString(), $this->__toString(),
null, null,
$GLOBALS['user']->id $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