|
|
 nathaniel | 2009-03-11 21:16:53 |
require_once('class.bounce_driver.php');
Parse error: syntax error, unexpected '{' in /var/www/vhosts/friendsnflings.com/httpdocs/common/class/class.bounce_driver.php on line 137
|
 Edward Leigh | 2009-03-24 19:48:04 - In reply to message 1 from nathaniel |
It appears that there are two spurious open brackets. Lines 136 and 137 should read:
|| stristr($line, 'Recipient address rejected')!==FALSE
|| stristr($line, 'User unknown in virtual alias table')!==FALSE){
Regards,
Edward Leigh
www.excogitate.co.uk
|
|