View Single Post
  #7  
Old 15th September 2012, 23:47
Kristoffer Kristoffer is offline
Member
 
Join Date: Sep 2012
P2P
Posts: 12
Default
Quote:
Originally Posted by Timisoreanul View Post
In takesignup.php find this line

Code:
(!$arr[0]?'confirmed':'pending')))).
replace with this:

Code:
(!$arr[0]?'confirmed':'confirmed')))).
Tested right now , it is working.
Worked, many thanks!
Reply With Quote