This commit is contained in:
Andreas Österreicher
2009-06-30 14:31:23 +00:00
parent e815ea6100
commit d8326c3e45
6 changed files with 367 additions and 120 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class adresse extends basis_db
return false;
}
if($row = $this->db_fetch_object($res))
if($row = $this->db_fetch_object())
{
$this->adresse_id = $row->adresse_id;
$this->heimatadresse = ($row->heimatadresse=='t'?true:false);