This commit is contained in:
Andreas Österreicher
2009-03-27 08:03:46 +00:00
parent a68575f11b
commit 36132acf22
+1 -1
View File
@@ -290,7 +290,7 @@ class lvinfo
$qry = "SELECT count(*) as anzahl FROM campus.tbl_lvinfo WHERE lehrveranstaltung_id='$lehrveranstaltung_id'";
if(!is_null($sprache))
$qry = " AND sprache='".addslashes($sprache)."'";
$qry .= " AND sprache='".addslashes($sprache)."'";
if($result=pg_query($this->conn, $qry))
{