PhpRiot
Follow phpriot on Twitter
Sponsored Link

Listing 2710

Submitted by anonymous user, 26 February 2010
                                if($this->TotalUnsecuredDebt >= $this->tblAffiliateChain->HighConfirmLimit && in_array($this->objLastCall->Result, array(myCall::RESULT_CALLER_HUNG_UP, myCall::RESULT_NO_BUYERS, myCall::RESULT_REQ_CALLBACK, myCall::RESULT_TRANSFERRED))) {
                                    if(myApp::$objEnv->tblAffiliateChain[0]->QualityLevel == myAffiliate::QUALITY_HIGH)
                                        return $this->LastCloverLeadsSource = 'superconfirm';
                                    return $this->LastCloverLeadsSource = 'highconfirm';
                                }
Submit a Follow Up