February 24th, 2005, 09:29 AM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,781
|
This line in vb3.php file
$userprofile[7] = convert_markups(stripslashes($csig)); // Signature
Just make it this
$userprofile[7] = ""; // Signature
|
| |