From 534367eb52976fe11ffc23ee0ca842208c3d183a Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 19 Nov 2001 11:10:14 +0000 Subject: [PATCH] Removing Debug Info git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1778 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/options.php b/src/options.php index 44eb86df..4594d5b7 100644 --- a/src/options.php +++ b/src/options.php @@ -54,9 +54,11 @@ function process_optionmode_submit($optpage, $optpage_data) { /* Save each option in each option group. */ foreach ($optpage_data['options'] as $option_grp) { foreach ($option_grp['options'] as $option) { + /* Remove Debug Mode Until Needed echo "name = '$option->name', " . "value = '$option->value', " . "new_value = '$option->new_value'
\n"; + */ if ($option->changed()) { $option->save(); $max_refresh = max($max_refresh, $option->refresh_level); -- 2.25.1