diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-14 12:40:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-14 12:40:11 +0000 |
| commit | e25d7ba8959cb4b340a432da9d51e90101e11d02 (patch) | |
| tree | 90a53e70267311d33bd81b4bdb268ad68c157367 /roundcubemail/installer/config.php | |
| parent | 2a43394e68c6dddd9e081071c845c07ba6d9e9a0 (diff) | |
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
Diffstat (limited to 'roundcubemail/installer/config.php')
| -rw-r--r-- | roundcubemail/installer/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
