mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
revert typo from 5 minutes ago :-)
this was related to php < 5.1 fix
This commit is contained in:
parent
65748ab3e8
commit
e8701c7e08
@ -183,7 +183,7 @@
|
|||||||
$readonlys = $rows = array();
|
$readonlys = $rows = array();
|
||||||
foreach($ids as $id => $info)
|
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')
|
if ($GLOBALS['egw_info']['user']['preferences']['infolog']['show_links'] == 'no_describtion')
|
||||||
{
|
{
|
||||||
unset($info['info_des']);
|
unset($info['info_des']);
|
||||||
|
Loading…
Reference in New Issue
Block a user