fixed PHP 5.3 deprecated warning

This commit is contained in:
Ralf Becker 2010-09-29 16:43:19 +00:00
parent dcffe95a17
commit 069fd0175a

View File

@ -302,7 +302,7 @@ class emailadmin_bo extends so_sql
}
$this->smtpClass = new $class;
}
$this->tracking =& new emailadmin_tracking($this);
$this->tracking = new emailadmin_tracking($this);
}
function delete($profileid=null)