Can I ask, since I really don't have a proper editor in my Mac
what I do is edit in FileZilla as I mentioned. Now I wonder: it seems that first in each row is a tab



// Remove Group Image from User
$group_images = "";
$query = "
UPDATE {$config['TABLE_PREFIX']}USER_PROFILE
SET USER_GROUP_IMAGES = ?
WHERE USER_ID = ?
";
$dbh->do_placeholder_query($query,array($group_images,$uid),__LINE__,__FILE__);

In ID242's post above which shows the scripts/paypal_ipn.inc.php change it looks like its two tabs should I delete one tab in each row or is it irrelevant?

// Remove Group Image from this user
$group_images = "";
$query = "
UPDATE {$config['TABLE_PREFIX']}USER_PROFILE
SET USER_GROUP_IMAGES = ?
WHERE USER_ID = ?
";
$dbh->do_placeholder_query($query,array($group_images,$user_id),__LINE__,__FILE__);


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php