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

Incorrect function in reports.inc.php

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.4
    • 1.8.4
    • Frontend (F)
    • None

      Index: include/reports.inc.php
      ===================================================================
      — include/reports.inc.php (revision 11597)
      +++ include/reports.inc.php (working copy)
      @@ -521,7 +521,7 @@
      $avgperiod = get_request('avgperiod', TIMEPERIOD_TYPE_DAILY);

      $report_timesince = get_request('report_timesince',date('YmdHi', time()-86400));

      • $report_timetill = zget_request('report_timetill',date('YmdHi'));
        + $report_timetill = get_request('report_timetill',date('YmdHi'));

      $captions = get_request('captions',array());
      $items = get_request('items',array());

            Unassigned Unassigned
            dotneft Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: