View Single Post
  #10  
Old 29 Sep 2005, 20:05
trilljester's Avatar
trilljester trilljester is offline
 
Join Date: Jul 2005
I got it to work. I had to go into includes/class_dm_user.php and modify this line:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

And change $birthday['year'] <= 0 to $birthday['year'] < 0

If you enter nothing for year during registration, it defaults to 0, so changing that code will allow nothing to be entered for the year.
Reply With Quote