X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=e0f12db2abd3041a7b1148a8efc74e0ec68da8e8;hp=4af2d9f5bc4e02e31733684045c1e3086fd3d299;hb=c3b4eaf29946349ff058691db2dcb615a5379bb2;hpb=4394f29aa38d7bc352a00b797a855f32c2eac8a2 diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 4af2d9f5bc..e0f12db2ab 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.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 * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +41,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); if (!isExtensionActive('other')) { // Missing extension! @@ -73,7 +71,7 @@ if (isFormSent()) { if (!isPostRequestParameterSet('max_send')) { unsetPostRequestParameter('ok'); } if (!isPostRequestParameterSet('code_length')) { unsetPostRequestParameter('ok'); } if (!isPostRequestParameterSet('reject_url')) { unsetPostRequestParameter('ok'); } -} +} // END - if if (isFormSent()) { // Update stamps directly @@ -87,7 +85,7 @@ if (isFormSent()) { $content['profile_reupdate'] = createTimeSelections(getConfig('resend_profile_update') , 'resend_profile_update', 'MWD'); // Prepare more Y/N selections - foreach(array('show_points_unconfirmed','show_timings','youre_here','member_menu','guest_menu','order_multi_page','autosend_active','send_prof_update','admin_notify','display_debug_sqls','stats_enabled') as $entry) { + foreach (array('show_points_unconfirmed','show_timings','youre_here','member_menu','guest_menu','order_multi_page','autosend_active','send_prof_update','admin_notify','display_debug_sqls','stats_enabled') as $entry) { $content[$entry . '_y'] = ''; $content[$entry . '_n'] = ''; $content[$entry . '_' . strtolower(getConfig($entry))] = ' checked="checked"';