View Single Post
  #3  
Old 12-18-2006, 09:49 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

Code:
UPDATE `variables` SET `value` = 'Public' WHERE `varname` = 'LoginType' LIMIT 1;
should do it
Reply With Quote