=')) { if (version_compare(PHP_VERSION, '5.3.0', '>=')) { spl_autoload_register('SUBMAILAutoload', true, true); } else { spl_autoload_register('SUBMAILAutoload'); } } else { //function __autoload($classname){ function spl_autoload_register($classname){ SUBMAILAutoload($classname); } }