diff options
author | alecpl <alec@alec.pl> | 2008-12-04 10:21:34 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-04 10:21:34 +0000 |
commit | 2a41355776b1c1bc82255b5712267b0368b51d10 (patch) | |
tree | 7fb2afa1b96928a8bfed8ae542dee4082f3a5d49 /installer | |
parent | f94629e62b97b8f7cd31ff0339c8d443eea8610f (diff) |
- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
Diffstat (limited to 'installer')
-rw-r--r-- | installer/rcube_install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index a20a99025..4bef17eb2 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -37,6 +37,7 @@ class rcube_install 'skin_path' => 'skin', 'locale_string' => 'language', 'multiple_identities' => 'identities_level', + 'addrbook_show_images' => 'show_images', ); // these config options are optional or can be set to null |