Skip to content
Snippets Groups Projects
Commit ee4a7921 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

Merge branch 'main' of gitlab.studip.de:studip/studip

parents 0dde8562 cf997f4c
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,6 @@
</header>
<table class="default">
<colgroup>
<col style="width: 70%">
<col>
</colgroup>
<thead>
<tr>
<th>
......
......@@ -210,7 +210,7 @@ class Step00349 extends Migration
}
}
$db->exec("DELETE FROM `object_user_visits` WHERE `type` IN ('literature', 'forum')");
$db->exec("DELETE FROM `object_user_visits` WHERE `type` IN ('literature', 'forum', '')");
$db->exec("ALTER TABLE `object_user_visits` ADD `plugin_id` INT NOT NULL AFTER `type`");
foreach ($ouv_mapping as $type => $plugin_id) {
if (is_string($plugin_id)) {
......
......@@ -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