From ef6ad2a1d3f7c634f80f923c43d1307c25347c61 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 18 Apr 2005 09:55:49 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9342 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 8eed438c..72926b6f 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -328,7 +328,7 @@ $use_php_recode = 'false' if ( !$use_php_recode ); $use_php_iconv = 'false' if ( !$use_php_iconv ); # since 1.5.1 $use_icons = 'false' if ( !$use_icons ); -$use_iframe = 'false' if ( !$use_frame ); +$use_iframe = 'false' if ( !$use_iframe ); $lossy_encoding = 'false' if ( !$lossy_encoding ); $allow_remote_configtest = 'false' if ( !$allow_remote_configtest ); $addrbook_global_table = 'global_abook' if ( !$addrbook_global_table ); -- 2.25.1