Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-6172

Potentially unused code in maps.inc.php

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.1.0
    • 2.0.5rc1, 2.1.0
    • Frontend (F)

      In 1.8 is was possible to display information about unknown triggers in map elements. The functionality was removed in 2.0 but it seems that some of the related code still remains. Code like:

      if ($i['unknown'])

      { $info['info']['unknown'] = array( 'msg' => $i['unknown'].' '._('Unknown'), 'color' => $colors['Gray'] ); }

      in getMapsInfo(). It should be removed.

            Unassigned Unassigned
            jelisejev Pavels Jelisejevs (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: