Skip to content

Commit

Permalink
Session: fix import of material assignment (25992)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Aug 16, 2023
1 parent 0a0b646 commit bd60cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Session/classes/class.ilSessionDataSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ public function readData($a_entity, $a_version, $a_ids, $a_field = "")
case "4.1.0":
case "5.0.0":
case "5.1.0":
case '5.4.0':
case '7.0':
$this->getDirectDataFromQuery($q = "SELECT event_id session_id, item_id " .
" FROM event_items " .
"WHERE " .
Expand Down

0 comments on commit bd60cfe

Please sign in to comment.