Fixed problem reported on the developer list: editing an account under the SQL backend removes first and last name

This commit is contained in:
Ralf Becker 2006-09-18 08:22:09 +00:00
parent 13439ea6ac
commit 0b375135aa

View File

@ -40,7 +40,6 @@
$setup_info['addressbook']['hooks']['sidebox_menu'] = 'addressbook.contacts_admin_prefs.all_hooks';
$setup_info['addressbook']['hooks']['settings'] = 'addressbook.contacts_admin_prefs.settings';
$setup_info['addressbook']['hooks'][] = 'home';
$setup_info['addressbook']['hooks']['editaccount'] = 'addressbook.bocontacts.editaccount';
$setup_info['addressbook']['hooks']['deleteaccount'] = 'addressbook.bocontacts.deleteaccount';
$setup_info['addressbook']['hooks'][] = 'notifywindow';
$setup_info['addressbook']['hooks']['search_link'] = 'addressbook.bocontacts.search_link';