default friend like tom on myspace
Prior to 7.01
join.php
list( $iMemID, $sStatus ) = $oPC -> createProfile( $aProfile );
Insert this line after it:
$dump = db_res("INSERT INTO FriendList SET `ID` = '{$iMemID}', `Profile` = 1, `Check` = 1");
----------------------------
After 7.01 list( $iMemID, $sStatus ) = $oPC -> createProfile( $aProfile );
does not exist in join.php or inc/classes/BxDolJoinProcessor.php
So where do I insert
$dump = db_res("INSERT INTO FriendList SET `ID` = '{$iMemID}', `Profile` = 1, `Check` = 1");
to have a default friend like tom on myspace
Regards
Jennifer