X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-logout.php;h=ffc1932f40df194ca14f47b168532c5e47a9c563;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=63ff14826d9e38412fe688a5c78f12f6dd06d4b9;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/modules/member/what-logout.php b/inc/modules/member/what-logout.php index 63ff14826d..ffc1932f40 100644 --- a/inc/modules/member/what-logout.php +++ b/inc/modules/member/what-logout.php @@ -14,10 +14,11 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * + * @TODO Rewrite the code to a filter * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * 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 * @@ -47,7 +48,9 @@ $url = 'modules.php?module=index&code='; if (destroyMemberSession()) { // Remove theme cookie as well - if (isExtensionActive('theme')) setTheme(''); + if (isExtensionActive('theme')) { + setTheme(''); + } // END - if // Logout completed $url .= getCode('LOGOUT_DONE');