This commit is contained in:
Andreas Österreicher
2007-06-19 15:42:18 +00:00
parent 09563dfe11
commit 37f7e12d54
23 changed files with 587 additions and 38 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ class adresse
if($this->new)
{
//Neuen Datensatz einfuegen
$qry='BEGIN;INSERT INTO tbl_adresse (person_id, name, strasse, plz, typ, ort, nation, insertamum, insertvon,
$qry='BEGIN;INSERT INTO public.tbl_adresse (person_id, name, strasse, plz, typ, ort, nation, insertamum, insertvon,
gemeinde, heimatadresse, zustelladresse, firma_id, updateamum, updatevon, ext_id) VALUES('.
$this->addslashes($this->person_id).', '.
$this->addslashes($this->name).', '.