This commit is contained in:
Gerald Simane
2009-06-08 06:37:57 +00:00
parent 158402455f
commit 725e178014
660 changed files with 170054 additions and 169940 deletions
+2 -1
View File
@@ -51,6 +51,7 @@ class entwicklungsteam
function entwicklungsteam($conn, $mitarbeiter_uid=null, $studiengang_kz=null, $unicode=false)
{
$this->conn = $conn;
/*
if($unicode!=null)
{
if($unicode)
@@ -64,7 +65,7 @@ class entwicklungsteam
return false;
}
}
*/
if($mitarbeiter_uid != null && $studiengang_kz != null)
$this->load($mitarbeiter_uid, $studiengang_kz);
}