--- tasks_broken.module 2006-11-20 14:37:18.000000000 -0800
+++ tasks.module        2006-11-20 14:30:17.000000000 -0800
@@ -62,7 +62,7 @@

 // hook_user implementations
 function tasks_user($op, &$edit, &$user, $category = NULL) {
-  if($op == "form") {
+  if($op == "form" && $category == 'account') {
     $form['tasklist'] = array(
       '#type' => 'fieldset',
       '#title' => t('Tasklist'),

