X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-booking.php;h=7211ec693dbcde3d140542385f958db4ad9172e8;hb=49a9663311b732d12ba0c53af2f9eb39a7850fbc;hp=210450fbfd45f1980ceb2c47c5f247b00f42bd46;hpb=2e394cb5b8a6225a39a6942b1fcc17c37a17a175;p=mailer.git diff --git a/inc/modules/member/what-booking.php b/inc/modules/member/what-booking.php index 210450fbfd..7211ec693d 100644 --- a/inc/modules/member/what-booking.php +++ b/inc/modules/member/what-booking.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 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 * @@ -37,7 +37,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } elseif (!isMember()) { redirectToIndexMemberOnlyModule(); } @@ -47,7 +47,7 @@ addYouAreHereLink('member', __FILE__); // Continue only if the proper extension is active (admins can always continue) if ((!isExtensionActive('booking')) && (!isAdmin())) { - displayMessage(generateExtensionInactiveNotInstalledMessage('booking')); + displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=booking%}'); return; } // END - if