From c668c964b4cffc6d325eb844d1ec48f8cb7c9366 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 26 Apr 2005 21:51:08 +0000 Subject: $changecount++ so that the savings on the form can be saved. DOH! This should address Ticket #16 --- usr/local/www/system.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/local/www/system.php') diff --git a/usr/local/www/system.php b/usr/local/www/system.php index 30e2b9c..b27882e 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -68,6 +68,8 @@ sort($timezonelist); if ($_POST) { + $changecount++; + unset($input_errors); $pconfig = $_POST; -- cgit v1.1