fic for Call-time pass-by-reference

This commit is contained in:
Lars Kneschke 2004-03-24 15:13:48 +00:00
parent 7edae9cb62
commit 38fb73e9b0

View File

@ -552,7 +552,7 @@
//echo "<p>sql='$sql'</p>\n";
while ($this->db->next_record())
{
$this->db2data(&$info);
$this->db2data($info);
$ids[$info['info_id']] = $info;
}
}