mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user