View Single Post
  #11  
Old 05-31-2004, 02:47 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Please don't post all of the code. I am getting a headache trying to look at it. Just post the relevant stuff. Because you posted all of that the page displays so wide that it is crazy. Please go back and delete all of the extra cr@p.

You are modding the wrong code. You have modded a different area of the file. Go back and look at the code in the examples above.

Around line 158-160 ish. That's where the change needs to happen. There are a lot of lines that are similar, so you need to read what you are changing.

Look for this line in your file and then you will have the correct area.

#
# Send mail to registered user
#
$customer_language = func_get_language ($newuser_info["language"]);
Reply With Quote