Topic: profile.php question

Hey I'm trying to add in  a  check box to hide  a person's real name
just like you can hide their  e-mail  but I can't find ANYWHERE in the profile.php
file that actually updates the database for  the  realname table element. 
It seems to work and actually updates the database when you change it in the profile but I don't
know where its doing it.  I can't even find  a  form['realname']   variable in the top  update portion
of the script where it  does all the work before building the interface.

if  someone could give me a hint that'd be awesome! 

I love the software BTW.

thanks !!

-john

Re: profile.php question

Have a look at line 693. There a look that adds quotes and runs escape() (i.e. addslashes()) on all elements in $_POST['form']. Then look at the UPDATE queries on lines 723 and 736 and look for implode(',', $temp).

"Programming is like sex: one mistake and you have to support it for the rest of your life."