remove type=user, that tabs stay

This commit is contained in:
Ralf Becker 2003-03-28 18:14:08 +00:00
parent 6406bfcd0d
commit 9ad9ac0735

View File

@ -16,7 +16,7 @@
{
$file['Change your Password'] = $GLOBALS['phpgw']->link('/preferences/changepassword.php');
}
$file['change your settings'] = $GLOBALS['phpgw']->link('/preferences/preferences.php','appname=preferences&type=user');
$file['change your settings'] = $GLOBALS['phpgw']->link('/preferences/preferences.php','appname=preferences');
display_section('preferences',$file);