fixed a minor bug in invert_time stuff in conf.pl. It gave a parse error
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Oct 2000 15:17:49 +0000 (15:17 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Oct 2000 15:17:49 +0000 (15:17 +0000)
commita1f1f9bcaae5c8eb665816b9f5c96ef9d22e9cf5
tree9a541db40eede99f1931131369a83baeb286ccae
parent9eea179c055de6dcddf7b326818a9b522bdf96e6
fixed a minor bug in invert_time stuff in conf.pl.  It gave a parse error
if nothing had been set:    $inverse_time = ;  -- changed to:
$inverse_time = false;

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@785 7612ce4b-ef26-0410-bec9-ea0150e637f0
config/conf.pl