X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fmember%2Fwhat-subids.php;h=8d3b567a243c4c623f2f55b90703ca67ebb4aaeb;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hp=166e3b0c5f2e720c0ce36de26838d9d3cd887477;hpb=155492a5b96cec674846973a8524238b0365a848;p=mailer.git diff --git a/inc/modules/member/what-subids.php b/inc/modules/member/what-subids.php index 166e3b0c5f..8d3b567a24 100644 --- a/inc/modules/member/what-subids.php +++ b/inc/modules/member/what-subids.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -91,7 +91,7 @@ if (isFormSent('add_subid')) { doGenericXmlTemplateCallback('member_delete_do_user_subid'); } elseif ((isGetRequestElementSet('do')) && (isGetRequestElementSet('id'))) { // Construct module name - $incFile = sprintf("inc/modules/member/subid-%s.php", sqlEscapeString(getRequestElement('do'))); + $incFile = sprintf('inc/modules/member/subid-%s.php', sqlEscapeString(getRequestElement('do'))); // Is the include readable and is the sub id assigned to current member? if (!isUserSubIdAssignedToMember(getRequestElement('id'))) {