Uploaded image for project: 'Moodle Community Sites'
  1. Moodle Community Sites
  2. MDLSITE-3784

local_hub top/stats/index.php uses FROM_UNIXTIME which is mysql specific

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Low Low
    • archive.moodle.net
    • None

      There are at least two. Here is one.

      SELECT r.dateorder, COUNT(r.id) AS count
      FROM (
      SELECT id,
      FROM_UNIXTIME(timeregistered, '%Y%m') AS dateorder
      FROM

      Unknown macro: {hub_site_directory}

      WHERE timeregistered > 0 AND
      timeregistered < :thismonth
      ) r
      GROUP BY r.dateorder
      ORDER BY r.dateorder ASC

            Unassigned Unassigned
            andyjdavis Andrew Davis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.