execute( str_replace('PREFIX_', _DB_PREFIX_, $s) ); } $fs = (new \FreshMail\Repository\FreshmailSettings())->findForShop(Context::getContext()->shop->id); if(!Validate::isLoadedObject($fs)){ return $result; } return $result && \FreshMail\Installer\InstallerFactory::getInstaller($module)->installTab( 'AdminFreshmailBirthday', 'Birthday', 'FreshmailConfig', false, '' ) ; }