if (($this->checkReferralCB($this->benefitRef, $this->benefitNo,
$this->childDOB)) 
  && (!$this->checkLocation($this->post, "W")) && (!empty($this->childDOB)))
  || ($this->checkPregnancy($this->benefitRef, $this->benefitNo))
  
  must be:
  
if (($this->checkReferralCB($this->benefitRef, $this->benefitNo, $this->childDOB)) &&
(!$this->checkLocation($this->post, "W")) &&
(!empty($this->childDOB)) ||
($this->checkPregnancy($this->benefitRef, $this->benefitNo))
)

-- 
Steven Apostolou <[EMAIL PROTECTED]>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to