bha2 / passive-anticheat-for-tc

Automatically exported from code.google.com/p/passive-anticheat-for-tc
0 stars 0 forks source link

SQL Error #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 77f757fe89.

Original comment by manu...@live.com.ar on 15 Nov 2010 at 1:36