fixed a minor bug in invert_time stuff in conf.pl. It gave a parse error
[squirrelmail.git] / config / conf.pl
index cd4fc0a38dc50f34bc4b03b377d7a2682956e595..833bdfd2e6dd0223d4bdc4aafeb05e26a82cc5a0 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # A simple configure script to configure squirrelmail
 ############################################################              
-$conf_pl_version = "x53";
+$conf_pl_version = "x61";
 
 ############################################################              
 # First, lets read in the data already in there...
@@ -221,6 +221,9 @@ if (!$default_unseen_type) {
 if (!$config_use_color) {
    $config_use_color = 1;
 }
+if (!$invert_time) {
+   $invert_time = "false";
+}
 
 #####################################################################################
 if ($config_use_color == 1) {