- Fehlerhaftes Encoding bei LV-Plan gefixt

- Warning im Tempus entfernt
This commit is contained in:
Andreas Österreicher
2009-08-19 12:28:09 +00:00
parent f0bdba3ddc
commit 89413a1302
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -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';