SYNC FAS EMail und Telefon

This commit is contained in:
Rudolf Hangl
2006-12-20 15:42:28 +00:00
parent 8c5ff5fe40
commit abbd930c7b
8 changed files with 703 additions and 108 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ class firma
'anmerkung='.$this->addslashes($this->anmerkung).', '.
'updateamum= now(), '.
'updatevon='.$this->addslashes($this->updatevon).' '.
'WHERE ext_id='.$this->addslashes($this->ext_id).';';
'WHERE firma_id='.$this->addslashes($this->firma_id).';';
}
//echo $qry;
if(pg_query($this->conn,$qry))