mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +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";
|
//echo "<p>sql='$sql'</p>\n";
|
||||||
while ($this->db->next_record())
|
while ($this->db->next_record())
|
||||||
{
|
{
|
||||||
$this->db2data(&$info);
|
$this->db2data($info);
|
||||||
$ids[$info['info_id']] = $info;
|
$ids[$info['info_id']] = $info;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user