In SQL you forgot 's' at end of `cheat_temp_report` here:
"DROP TABLE IF EXISTS `cheat_temp_report`;
CREATE TABLE `cheat_temp_reports` ("
should be:
"DROP TABLE IF EXISTS `cheat_temp_reports`;
CREATE TABLE `cheat_temp_reports` ("
Original issue reported on code.google.com by nor...@gmail.com on 12 Nov 2010 at 4:00
Original issue reported on code.google.com by
nor...@gmail.com
on 12 Nov 2010 at 4:00