mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
fic for Call-time pass-by-reference
This commit is contained in:
parent
7edae9cb62
commit
38fb73e9b0
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user