This commit is contained in:
Rudolf Hangl
2007-01-29 15:05:28 +00:00
parent 7180919b31
commit 27661f6c18
11 changed files with 78 additions and 70 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ class person
$qry="SELECT * FROM public.tbl_person WHERE person_id='$this->person_id';";
if($result = pg_query($this->conn, $qry))
{
while($row = pg_fetch_object($result))
if($row = pg_fetch_object($result))
{
$update=false;
if($row->sprache!=$this->sprache) $update=true;