This commit is contained in:
Andreas Österreicher
2008-09-08 08:47:52 +00:00
parent 7412517f6c
commit e4a174f53e
4 changed files with 63 additions and 41 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ class gruppe
$qry .= " AND mailgrp=".($mailgrp?'true':'false');
if(!is_null($sichtbar))
$qry .= " AND sichtbar=".($sichtbar?'true':'false');
$qry.=" ORDER BY beschreibung";
if($result=pg_query($this->conn, $qry))
{
while($row = pg_fetch_object($result))