mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
typo in fieldname caused infolog not to display 'show parent'-icon
This commit is contained in:
parent
83e42d3d96
commit
a95b0a191c
@ -320,7 +320,7 @@
|
|||||||
$ids = array( );
|
$ids = array( );
|
||||||
while ($this->db->next_record())
|
while ($this->db->next_record())
|
||||||
{
|
{
|
||||||
$ids[$this->db->f('info_id')] = $this->db->f('info_parent_id');
|
$ids[$this->db->f('info_id')] = $this->db->f('info_id_parent');
|
||||||
}
|
}
|
||||||
return $ids;
|
return $ids;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user