Hi,
It is rather dumb question, I am checking someone's code, there are opening and closing {} with out any if statmnent, Is there a reason I don't understand thats thye are there or just by mistake?, they do not give any syntax error though
Code:$this->stage = 1; //Affiliate id changes { if($this->lead->affiliate_id == 1167) { $this->lead->affiliate_id = 1657; $_REQUEST['lead']['affiliate_id'] = 1657; } }





Bookmarks