Quote:
Originally Posted by gedsta
small piece of help
I did the change before with the GB field and now having done your updated instructions i have 2 UK values
The first one has now stopped counting as per your fix, how would i remove them values?
tia
|
You shouldn't have done your fix in the first place. To remove GB, run this query:
[SQL]DELETE FROM `psistats_data` WHERE `ctype` = 'country' AND `cdata` = 'GB'[/SQL]