From 36f38bb956a94177de0e63739f828f57c8703cc5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 1 Feb 2013 17:38:08 +0000 Subject: [PATCH] no longer hide account addressbook in new installs --- addressbook/inc/class.addressbook_hooks.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php index aaffa8a373..fbb475e722 100644 --- a/addressbook/inc/class.addressbook_hooks.inc.php +++ b/addressbook/inc/class.addressbook_hooks.inc.php @@ -5,7 +5,7 @@ * @link http://www.egroupware.org * @package addressbook * @author Ralf Becker - * @copyright (c) 2006-10 by Ralf Becker + * @copyright (c) 2006-13 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -170,7 +170,6 @@ class addressbook_hooks 'help' => 'Hides accounts completly from the adressbook.', 'xmlrpc' => True, 'admin' => false, - 'default'=> '1', ); $settings['no_auto_hide'] = array( 'type' => 'check',