Thread: Forum
View Single Post
  #6  
Old 15th July 2008, 13:36
Neptune
Guest
 
Posts: n/a
Default Re: Forum
add this SQL in your db

Code:
UPDATE `phpbb_users` SET `user_level` = '1' WHERE `phpbb_users`.`user_id` =2 LIMIT 1 ;
Reply With Quote