This commit is contained in:
Christian Paminger
2007-12-19 14:13:17 +00:00
parent a8bff4805e
commit fff6262b68
+1 -1
View File
@@ -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;