-
Change Request
-
Resolution: Unresolved
-
Trivial
-
None
-
2.0.5
====if ($item['valuemapid'] > 0)
{ ==== $value = applyValueMap($value, $item['valuemapid']); ====}++++$value = formatItemValue($item);
====$table->addRow(array(zbx_date2str(_('d M Y H:i:s'), $history['clock']), new CCol($value, 'pre')));