mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-12 17:49:28 +00:00
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
}
|
||||
|
||||
$sg = new studiengang($conn);
|
||||
$sg->getAll('typ, kurzbz');
|
||||
$sg->getAll('typ, kurzbz', false);
|
||||
foreach($sg->result as $studiengang)
|
||||
{
|
||||
$stg_arr[$studiengang->studiengang_kz] = $studiengang->kuerzel;
|
||||
|
||||
Reference in New Issue
Block a user