Index: buddylist.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/buddylist/buddylist.module,v retrieving revision 1.68.2.37 diff -u -r1.68.2.37 buddylist.module --- buddylist.module 15 Oct 2007 16:57:06 -0000 1.68.2.37 +++ buddylist.module 4 Jun 2008 02:12:46 -0000 @@ -480,9 +480,6 @@ db_query("DELETE FROM {buddylist_groups} WHERE uid = %d", $thisuser->uid); db_query("DELETE FROM {buddylist_pending_requests} WHERE requester_uid = %d OR requestee_uid = %d", $thisuser->uid, $thisuser->uid); } - else if ($type == 'load') { - $thisuser->buddies = buddylist_get_buddies($thisuser->uid); - } else if ($type == 'form' && $category == 'account' && variable_get('buddylist_user_mail', FALSE) && user_access('maintain buddy list', $thisuser)) { // when user tries to edit his own data $form['buddylist_settings'] = array(