Quote:
Originally Posted by UltimateOreo!
Go to php my admin and deleting the tables it created would be a good start.
|
leading immediately to a dreadful end. I don't know about the rest of the mod, but the item above indicates it modifies the user table.
Deleting the user table would be a *bad* thing
The syntax for deleting a field from a table is
[sql]alter table tablename drop fieldname;
eg
alter table user drop wwu002activity;[/sql]