This commit is contained in:
Andreas Österreicher
2008-09-05 08:01:05 +00:00
parent 6dd9c491ec
commit c3c3be43c1
+1 -1
View File
@@ -57,7 +57,7 @@ if(count($fb)>0 && !in_array('0',$fb))
{
foreach($fb as $fbbz)
$in = ", '".addslashes($fbbz)."'";
$qry.=" WHERE fachbereich_kurzbz in (1$in)";
$qry.=" WHERE fachbereich_kurzbz in ('1'$in)";
}
$qry.=" ORDER BY bezeichnung";