From cf82a429fdea7e5a4489ab97bb939a32909883e4 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Fri, 28 Sep 2007 07:36:58 +0000 Subject: [PATCH] --- cis/testtool/auswertung.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/testtool/auswertung.php b/cis/testtool/auswertung.php index cf340e01a..04d38ef4c 100644 --- a/cis/testtool/auswertung.php +++ b/cis/testtool/auswertung.php @@ -73,7 +73,7 @@ while ($row=pg_fetch_object($result)) // Ergebnisse laden $sql_query="SELECT vw_auswertung.* FROM testtool.vw_auswertung"; if (isset($_POST['reihungstest'])) - $sql_query.=' JOIN public.tbl_prestudent USING (prestudent_id) WHERE 1 OR reihungstest_id='.$_POST['reihungstest']; + $sql_query.=' JOIN public.tbl_prestudent USING (prestudent_id) WHERE TRUE OR reihungstest_id='.$_POST['reihungstest']; //echo $sql_query; if(!($result=pg_query($conn, $sql_query)))