| 1 |
<?php |
<?php |
| 2 |
// $Id: buddylist_ui.module,v 1.6.4.6 2008/06/30 13:04:32 nodestroy Exp $ |
// $Id: buddylist_ui.module,v 1.6.4.7 2008/08/02 09:04:54 nodestroy Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 484 |
} |
} |
| 485 |
else |
else |
| 486 |
if (!in_array($uid, array_keys(buddy_api_get_buddies($user->uid)))) { |
if (!in_array($uid, array_keys(buddy_api_get_buddies($user->uid)))) { |
| 487 |
drupal_set_message('This user is not on your @buddylist', buddy_api_translation()); |
drupal_set_message(t('This user is not on your @buddylist', buddy_api_translation())); |
| 488 |
} |
} |
| 489 |
else { |
else { |
| 490 |
$form['requester_account'] = array ( |
$form['requester_account'] = array ( |