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

Potentially unused code in maps.inc.php

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: