is this right in the class file
PHP Code:
$awardfieldq =$vbulletin->db->query_read("SHOW COLUMNS FROM " . TABLE_PREFIX . "xperience_stats WHERE Field='".$awardfield."'");
as im getting a database error.
PHP Code:
Invalid SQL:
SHOW COLUMNS FROM vb4_xperience_stats WHERE Field='points_threads';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE Field='points_threads'' at line 1
any ideas on this.