- Incomming Verwaltung

- Status kann jetzt editiert werden
- Studienerfolg zeigt nun keine negativen Noten mehr an und berücksichtigt das Attribut zeugnis
- im Lektor Tab werden nun auch die inaktiven Studiengaenge richtig dargestellt
This commit is contained in:
Andreas Österreicher
2007-08-17 13:43:57 +00:00
parent abbcbd366f
commit 8e0967b9f6
16 changed files with 625 additions and 64 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ $fkt->getAll($user);
$stg_obj = new studiengang($db_conn);
if($stg_obj->getAll('kurzbzlang'))
if($stg_obj->getAll('kurzbzlang', false))
{
$stg = array();
foreach($stg_obj->result as $row)