mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
PHP 5.3+(and NOT 3+ as stated in the previous commit :) ) overall system compatibility
This commit is contained in:
@@ -1831,7 +1831,7 @@ class users
|
||||
if ($head['bounce'])
|
||||
{
|
||||
// Its a 'bounce' email
|
||||
if (ereg('.*X-e107-id:(.*)MIME',$obj->getBody($i),$result))
|
||||
if (preg_match('/.*X-e107-id:(.*)MIME/',$obj->getBody($i),$result))
|
||||
{
|
||||
if ($result[1])
|
||||
{
|
||||
|
Reference in New Issue
Block a user