mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
set italian course name
This commit is contained in:
Regular → Executable
+2
-1
@@ -152,6 +152,7 @@ class studiengang extends basis_db
|
||||
|
||||
$this->bezeichnung_arr['German'] = $this->bezeichnung;
|
||||
$this->bezeichnung_arr['English'] = $this->english;
|
||||
$this->bezeichnung_arr['Italian'] = $this->bezeichnung;
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -892,7 +893,7 @@ class studiengang extends basis_db
|
||||
$obj->bezeichnung = $row->bezeichnung;
|
||||
$obj->beantragung = $this->db_parse_bool($row->beantragung);
|
||||
$obj->lgart_biscode = $row->lgart_biscode;
|
||||
|
||||
|
||||
$this->result[]= $obj;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user