Quote:
Originally Posted by Boofo
I think you need to change this:
PHP Code:
$db->query_write("DROP TABLE IF EXISTS " . TABLE_PREFIX . " usergroup DROP userpagepermissions");
to this:
PHP Code:
$db->query_write("ALTER TABLE IF EXISTS " . TABLE_PREFIX . " usergroup DROP userpagepermissions");
Dropping the usergroup table is not really a very good idea. 
|
Thanks ; i've corrected the archives.