sdm_get_downloads_by_date function BUG
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘sdm_get_downloads_by_date function BUG’ is closed to new replies.