fixed wrong name for hook_deleteaccount

This commit is contained in:
ceb 2002-10-24 20:23:34 +00:00
parent 587fa97db2
commit 19f521ca05
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
$setup_info['preferences']['enable'] = 2;
/* The hooks this app includes, needed for hooks registration */
$setup_info['preferences']['hooks'][] = 'admin_deleteaccount';
$setup_info['preferences']['hooks'][] = 'deleteaccount';
$setup_info['preferences']['hooks'][] = 'config';
$setup_info['preferences']['hooks'][] = 'manual';
$setup_info['preferences']['hooks'][] = 'preferences';