• Resolved jureh

    (@jureh)


    Hi

    There is a bug in sdm_get_downloads_by_date function that doesnt count downloads correctly

    Sql code

    GROUP BY DAY(date_time) ORDER BY date_time

    should be

    GROUP BY day ORDER BY date_time

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us. I have submitted a message to the developers to investigate further your code suggestion.

    Kind regards.

    Plugin Support arnodorian

    (@arnodorian)

    Thank you!

    We will make the change in the next release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sdm_get_downloads_by_date function BUG’ is closed to new replies.