You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

3 lines
335 B

UPDATE `tiki_user_preferences` SET `value` = 'cool.css' WHERE `prefName` = 'theme-option' AND `value` = 'cold.css';
UPDATE `tiki_preferences` SET `value` = 'cool.css' WHERE `name` = 'style_option' AND `value` = 'cold.css';
UPDATE `tiki_preferences` SET `value` = 'cool.css' WHERE `name` = 'site_style_option' AND `value` = 'cold.css';