View Single Post
  #6  
Old 15th September 2012, 21:17
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
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.
Reply With Quote
The Following User Says Thank You to Timisoreanul For This Useful Post:
Kristoffer (15th September 2012)