- MitarbeiterModul FASo

- Jahresplan aktualisiert
This commit is contained in:
Andreas Österreicher
2007-06-27 15:22:57 +00:00
parent 51a853bd30
commit 452e6fa460
20 changed files with 1796 additions and 123 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ class prestudent extends person
if($semester!=null)
$qry.=" AND tbl_prestudentrolle.ausbildungssemester='$semester'";
//echo $qry;
echo $qry;
if($result = pg_query($this->conn, $qry))
{
while($row = pg_fetch_object($result))