Anpassung der RDFs an Datenbankklasse

This commit is contained in:
Andreas Österreicher
2009-06-18 15:32:21 +00:00
parent fb1fc4ae57
commit 6241258141
143 changed files with 1239 additions and 13393 deletions
+1 -1
View File
@@ -135,7 +135,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();