This commit is contained in:
Andreas Österreicher
2008-12-10 16:37:32 +00:00
parent fcd2ed70cc
commit d03ba9b614
7 changed files with 146 additions and 94 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class zeitsperre
$this->result=array();
$qry = "SELECT tbl_zeitsperre.*, tbl_zeitsperretyp.*, tbl_erreichbarkeit.farbe AS erreichbarkeit_farbe
FROM (campus.tbl_zeitsperre JOIN campus.tbl_zeitsperretyp USING (zeitsperretyp_kurzbz))
JOIN campus.tbl_erreichbarkeit USING (erreichbarkeit_kurzbz)
LEFT JOIN campus.tbl_erreichbarkeit USING (erreichbarkeit_kurzbz)
WHERE mitarbeiter_uid='".addslashes($uid)."'";
if($bisgrenze)