no longer hide account addressbook in new installs

This commit is contained in:
Ralf Becker 2013-02-01 17:38:08 +00:00
parent e47fca7d10
commit 36f38bb956

View File

@ -5,7 +5,7 @@
* @link http://www.egroupware.org
* @package addressbook
* @author Ralf Becker <RalfBecker@outdoor-training.de>
* @copyright (c) 2006-10 by Ralf Becker <RalfBecker@outdoor-training.de>
* @copyright (c) 2006-13 by Ralf Becker <RalfBecker@outdoor-training.de>
* @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',