mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
This commit is contained in:
@@ -184,7 +184,7 @@ class adresse extends basis_db
|
||||
return false;
|
||||
}
|
||||
|
||||
while($row = $this->db_fetch_object($res))
|
||||
while($row = $this->db_fetch_object())
|
||||
{
|
||||
$adr_obj = new adresse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user