UBB.Dev
Posted By: Datal Real Easy SQL Command Needed - 04/26/2002 7:53 PM
Can someone give me the SQL command to switch all users from one stylesheet usage to the new default one?? I need to switch all my users to the new default stylesheet.
Posted By: JustDave Re: Real Easy SQL Command Needed - 04/26/2002 8:25 PM
UPDATE w3t_Users
SET U_StyleSheet = 'somestylehere'



That should do it. []/forum/images/icons/smile.gif[/]

PS don't forget to leave off the .css extention.
© UBB.Developers