From 2a41355776b1c1bc82255b5712267b0368b51d10 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 04 Dec 2008 05:21:34 -0500 Subject: [PATCH] - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) --- 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 a20a990..4bef17e 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -37,6 +37,7 @@ '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 -- Gitblit v1.9.1