revert typo from 5 minutes ago :-)

this was related to php < 5.1 fix
This commit is contained in:
Cornelius Weiß 2005-11-11 22:40:47 +00:00
parent 65748ab3e8
commit e8701c7e08

View File

@ -183,7 +183,7 @@
$readonlys = $rows = array();
foreach($ids as $id => $info)
{
$info = $this->get_info($id,$readonlys,$query['action'],$query['action_id']);
$info = $this->get_info($info,$readonlys,$query['action'],$query['action_id']);
if ($GLOBALS['egw_info']['user']['preferences']['infolog']['show_links'] == 'no_describtion')
{
unset($info['info_des']);