mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
BugFix PHP 4 Milak
This commit is contained in:
@@ -831,6 +831,7 @@ class lehreinheit extends basis_db
|
||||
}
|
||||
while($row = $this->db_fetch_object())
|
||||
{
|
||||
if(!isset($this->lehreinheiten[$row->unr])) $this->lehreinheiten[$row->unr] = new stdClass();
|
||||
$this->lehreinheiten[$row->unr]->lehreinheit_id[]=$row->lehreinheit_id;
|
||||
$this->lehreinheiten[$row->unr]->lvnr[]=$row->lvnr;
|
||||
$this->lehreinheiten[$row->unr]->unr=$row->unr;
|
||||
|
||||
Reference in New Issue
Block a user