X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-;h=e8f0ce1031d8f1cec0eaee5e1beaca02cfe974ac;hb=5feba25313d1ef15f35ef29c6b98ae7bc496afa5;hp=a9aa88b6aa0de3b854a104998089c28d604a485f;hpb=2df8c1757b41f35e7c5b6a92c52ca96ab1b0bcb8;p=mailer.git diff --git a/inc/modules/admin/action- b/inc/modules/admin/action- index a9aa88b6aa..e8f0ce1031 100644 --- a/inc/modules/admin/action- +++ b/inc/modules/admin/action- @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addYouAreHereLink('admin', __FILE__); // Load the include file -$inc = sprintf("inc/modules/admin/what-%s.php", getWhat()); +$inc = sprintf('inc/modules/admin/what-%s.php', getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the admin action module loadIncludeOnce($inc);