FAS Online Anpassung neue DB

This commit is contained in:
Andreas Österreicher
2007-02-07 09:35:13 +00:00
parent b3510481e5
commit ef3097fd21
5 changed files with 78 additions and 19 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ class person
if(pg_query($qry))
{
//Log schreiben
$sql .= $qry;
$sql = $qry;
$qry = "SELECT nextval('log_seq') as id;";
if(!$row = pg_fetch_object(pg_query($this->conn, $qry)))
{