This commit is contained in:
Andreas Österreicher
2008-03-03 16:48:25 +00:00
parent b1ec5f97dc
commit e9864978cc
4 changed files with 102 additions and 1 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ class konto
$qry = "SELECT tbl_konto.*, anrede, titelpost, titelpre, nachname, vorname, vornamen
FROM public.tbl_konto JOIN public.tbl_person USING (person_id)
WHERE person_id='".$person_id."' $stgwhere ORDER BY buchungsdatum";
if($result = pg_query($this->conn, $qry))
{
while($row = pg_fetch_object($result))