From 871ca9adfedfa0aedf1994af579a5ea6715cff5f Mon Sep 17 00:00:00 2001 From: thomascube 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) --- installer/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index b0f56889d..52991242c 100644 --- a/installer/config.php +++ b/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