From 28ce79ad0494416f0c62f81e211894525d9ef33c Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 23 Aug 2011 16:36:23 -0400 Subject: Simplify this code a bit, should be the same test in both locations since this should be either/or, and with the other code it can apparently fall into a trap where it shows neither. --- usr/local/www/system_gateways_edit.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php index 5ff9578..c28e5cc 100755 --- a/usr/local/www/system_gateways_edit.php +++ b/usr/local/www/system_gateways_edit.php @@ -401,10 +401,11 @@ function monitor_change() { -
1) || (isset($pconfig['interval']) && $pconfig['interval'])) echo "style='display:none'"; ?>> + 1) || (isset($pconfig['interval']) && $pconfig['interval'])); ?> +
> - Show advanced option
-
> +
> -- cgit v1.1