mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
- Fehlerhaftes Encoding bei LV-Plan gefixt
- Warning im Tempus entfernt
This commit is contained in:
@@ -341,7 +341,7 @@ class mitarbeiter extends benutzer
|
||||
if (!is_null($stg_kz))
|
||||
{
|
||||
$stg = new studiengang($stg_kz);
|
||||
$sql_query.=' AND oe_kurzbz='.$stg->oe_kurzbz;
|
||||
$sql_query.=" AND oe_kurzbz='".$stg->oe_kurzbz."'";
|
||||
}
|
||||
|
||||
$sql_query.=' ORDER BY nachname, vornamen, kurzbz';
|
||||
|
||||
Reference in New Issue
Block a user