mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user