This commit is contained in:
Andreas Österreicher
2009-01-27 16:55:27 +00:00
parent ac0f00ed18
commit df07d03900
6 changed files with 33 additions and 18 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class resturlaub
function getResturlaubFixangestellte()
{
$qry = "SELECT * FROM campus.vw_mitarbeiter LEFT JOIN campus.tbl_resturlaub ON(uid=mitarbeiter_uid)
WHERE fixangestellt=true ORDER BY nachname, vorname";
WHERE fixangestellt=true AND aktiv=true ORDER BY nachname, vorname";
if($result = pg_query($this->conn, $qry))
{