mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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_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 != 'none' && $show_links != 'no_describtion' ||
|
||||
|
Loading…
Reference in New Issue
Block a user