From fb09ea805dbbe3eb18cf8257f16d15f211cfd1e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 17 Jan 2013 01:49:45 +0000 Subject: [PATCH] Renamed 'comma_def' to 'max_comma' to fit with configuration entry --- inc/modules/admin/what-config_other.php | 6 +++--- templates/de/html/admin/admin_config_other.tpl | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 7345a4eb6f..8b27babbde 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -84,14 +84,14 @@ if (isFormSent('save_config')) { } // END - foreach for ($i = '0'; $i <= 5; $i++) { - $content['comma_def_' . $i] = ''; + $content['max_comma_' . $i] = ''; } // END - for // Set selections - $content = merge_array($content, getCheckedConfig(array('css_php','mailid_error_redirect'))); + $content = merge_array($content, getCheckedConfig(array('css_php', 'mailid_error_redirect'))); // Set selection - $content = merge_array($content, getSelectedConfig(array('comma_def_' . getConfig('max_comma')))); + $content = merge_array($content, getSelectedConfig(array('max_comma'))); // Load template loadTemplate('admin_config_other', FALSE, $content); diff --git a/templates/de/html/admin/admin_config_other.tpl b/templates/de/html/admin/admin_config_other.tpl index 129afd3e2f..d8c640bd93 100644 --- a/templates/de/html/admin/admin_config_other.tpl +++ b/templates/de/html/admin/admin_config_other.tpl @@ -78,12 +78,12 @@ -- 2.39.2