This commit is contained in:
Rudolf Hangl
2007-02-14 11:45:36 +00:00
parent eba4bbe895
commit 91177fdc93
21 changed files with 1040 additions and 229 deletions
+2 -1
View File
@@ -174,7 +174,8 @@ class schluessel
}
else
{
$this->errormsg = 'Fehler beim Speichern der Daten';
$this->errormsg = "*****\nFehler beim Speichern des Schluessel-Datensatzes: ID:".$this->person_id." Schlüsseltyp: ".$this->schluesseltyp."\n".$qry."\n".pg_errormessage($this->conn)."\n*****\n";
return false;
}
}