diff options
author | thomascube <thomas@roundcube.net> | 2008-10-14 12:40:11 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-10-14 12:40:11 +0000 |
commit | 871ca9adfedfa0aedf1994af579a5ea6715cff5f (patch) | |
tree | f422ca99db7d3987bba20f3e1a8f19a89c35d498 /installer/config.php | |
parent | 81308b30ed9c24a55fe87811a782f95fad0e4f3a (diff) |
Add dependency checks for config options + update database schema with MDB2_Schema (doesn't work correctly yet)
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |