This commit is contained in:
Andreas Österreicher
2007-06-11 08:25:59 +00:00
parent d557c8561a
commit 0788c4a01b
+1 -1
View File
@@ -92,7 +92,7 @@ if(isset($_GET['mitarbeiter_id']))
// Funktionen holen
$funktionenDAO=new funktion($conn);
$funktionenDAO->load_pers($mitarbeiter_id, $stsem_id);
$funktionenDAO->load_pers($pers_id, $stsem_id);
foreach ($funktionenDAO->result as $funktionen)
{