From e25d7ba8959cb4b340a432da9d51e90101e11d02 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 14 Oct 2008 12:40:11 +0000 Subject: Add dependency checks for config options + update database schema with MDB2_Schema (doesn't work correctly yet) git-svn-id: https://svn.roundcube.net/trunk@1977 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/installer/config.php') diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index b0f56889d..52991242c 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/installer/config.php @@ -6,7 +6,7 @@ $RCI->load_defaults(); // register these boolean fields -$RCI->config_props = array( +$RCI->bool_config_props = array( 'ip_check' => 1, 'enable_caching' => 1, 'enable_spellcheck' => 1, -- cgit v1.2.3