AS Script Help - Error When Deleting User
I get the following error when I try to delete an inactive user:
Fatal error: Call to undefined function: member_referral() in /home/autosur2/public_html/headfoot.php on line 124
Has anyone seen this before? Can you point me in the right direction on what line 124 should look like?
Here's what I have there now:
function ref_shunt($memb_id) {
$par_id=member_referral($memb_id);
$query="SELECT mem_id FROM member_refs WHERE ref_id=$memb_id";
$chv_id=Array();
$i=0;
|