Incorrect function in reports.inc.php

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Major
    • 1.8.4
    • Affects Version/s: 1.8.4
    • Component/s: 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());

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

              Created:
              Updated:
              Resolved: