remove temp. link to "new settings"

This commit is contained in:
Ralf Becker 2013-05-10 16:41:34 +00:00
parent a23205060b
commit 61e00e4ebc

View File

@ -444,9 +444,7 @@ class preferences_hooks
{
$file['Change your Password'] = $GLOBALS['egw']->link('/index.php','menuaction=preferences.uipassword.change');
}
$file['common preferences'] = $GLOBALS['egw']->link('/index.php','menuaction=preferences.uisettings.index&appname=preferences');
$file['new settings'] = $GLOBALS['egw']->link('/index.php','menuaction=preferences.preferences_settings.index&appname=preferences');
$file['common preferences'] = $GLOBALS['egw']->link('/index.php','menuaction=preferences.preferences_settings.index&appname=preferences');
display_section('preferences',$file);
}