X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor%2Flogout.php;h=dc656b70187df47cf3769e034fa0de3a93f01aae;hb=8202991f32bfb2056e94a11746c0b5308fe4a273;hp=01514b3f5c4021e2ff9586fcd942c27774ac4deb;hpb=7545c0343b19db9793f93a4d3b12099942a22f94;p=mailer.git diff --git a/inc/modules/sponsor/logout.php b/inc/modules/sponsor/logout.php index 01514b3f5c..dc656b7018 100644 --- a/inc/modules/sponsor/logout.php +++ b/inc/modules/sponsor/logout.php @@ -14,11 +14,9 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -40,7 +38,7 @@ if (!defined('__SECURITY')) { die(); } elseif ((!isExtensionActive('sponsor'))) { - addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('sponsor')); + addFatalMessage(__FILE__, __LINE__, '{%pipe,generateExtensionInactiveNotInstalledMessage=sponsor%}'); return; } elseif (!isSponsor()) { // No sponsor! @@ -52,9 +50,6 @@ if (!defined('__SECURITY')) { $url = 'modules.php?module=index&code='; if (destroySponsorSession()) { - // Remove theme cookie as well - if (isExtensionActive('theme')) setTheme(''); - // Logout completed $url .= getCode('LOGOUT_DONE'); } else {