From fff6262b6838aabf90baebdcfd8c9ef2ba8a03dc Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Wed, 19 Dec 2007 14:13:17 +0000 Subject: [PATCH] --- system/sync/stp/sync_stp_vilesci_person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sync/stp/sync_stp_vilesci_person.php b/system/sync/stp/sync_stp_vilesci_person.php index 1253192d3..df2bb9440 100644 --- a/system/sync/stp/sync_stp_vilesci_person.php +++ b/system/sync/stp/sync_stp_vilesci_person.php @@ -346,7 +346,7 @@ if($result = pg_query($conn, $qry)) if ($row->anzahlkinder!=$row->inkinder) $sql.=" anzahlkinder='$row->inkinder',"; if ($row->bundesland_code!=$row->_cxbundesland) - $sql.=" bundesland_code='$row->_cxbundesland',"; + $sql.=" bundesland_code=".myaddslashes($row->_cxbundesland).","; $sql=substr($sql,0,-1); $sql.=' WHERE person_id='.$row->person_id.';'; //echo $sql;