fixed typo preventing update of entries in InfoLog list

This commit is contained in:
Ralf Becker 2014-05-27 09:53:09 +00:00
parent 6e83db8baa
commit 577e336b0e

View File

@ -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' ||