Quote:
Originally Posted by samorite
errr is there any way to fix ?
carnt get it to unistall so i am a bit stuck
|
If you have direct access to mysql, most likely through phpmyadmin, run these two queries:
Code:
DROP TABLE casino_texasholdem_whoisin;
CREATE TABLE casino_texasholdem_whoisin (whoisinid integer NOT NULL PRIMARY KEY auto_increment, userid integer, seat integer, lastcheck integer, status integer, bet integer);