mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed typo preventing update of entries in InfoLog list
This commit is contained in:
parent
6e83db8baa
commit
577e336b0e
@ -206,7 +206,7 @@ class infolog_ui
|
|||||||
if ($info['info_id_parent']) $info['class'] .= 'infolog_rowHasParent ';
|
if ($info['info_id_parent']) $info['class'] .= 'infolog_rowHasParent ';
|
||||||
if ($info['info_anz_subs'] > 0) $info['class'] .= 'infolog_rowHasSubs ';
|
if ($info['info_anz_subs'] > 0) $info['class'] .= 'infolog_rowHasSubs ';
|
||||||
|
|
||||||
$info['row_mod'] = $info['info_modified'];
|
$info['row_mod'] = $info['info_datemodified'];
|
||||||
|
|
||||||
if (!$show_links) $show_links = $this->prefs['show_links'];
|
if (!$show_links) $show_links = $this->prefs['show_links'];
|
||||||
if (($show_links != 'none' && $show_links != 'no_describtion' ||
|
if (($show_links != 'none' && $show_links != 'no_describtion' ||
|
||||||
|
Loading…
Reference in New Issue
Block a user