This commit is contained in:
Andreas Österreicher
2007-09-03 15:59:29 +00:00
parent 5b255587bc
commit 6ef95f0cad
21 changed files with 337 additions and 215 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ class studiensemester
$qry.= " AND substring(studiensemester_kurzbz from 1 for 2)='$ss' ";
}
$qry.= " AND ende >= now() ORDER BY ende LIMIT 1";
//echo $qry;
if(!$res=pg_exec($this->conn,$qry))
{
$this->errormsg = pg_errormessage($this->conn);