| 1 |
<?php |
<?php |
| 2 |
// $Id: flag_friend.module,v 1.3.4.38 2009/09/15 17:48:44 sirkitree Exp $ |
// $Id: flag_friend.module,v 1.3.4.39 2009/11/04 17:50:09 sirkitree Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file flag.module |
* @file flag.module |
| 553 |
|
|
| 554 |
case FLAG_FRIEND_PENDING: |
case FLAG_FRIEND_PENDING: |
| 555 |
// sender added you as a friend |
// sender added you as a friend |
| 556 |
$email['subject'] = t('!username added you as a friend !site', array('!username' => $sender->name, '!site' => variable_get('site_name', ''))); |
$email['subject'] = t('!username added you as a friend on !site', array('!username' => $sender->name, '!site' => variable_get('site_name', ''))); |
| 557 |
$email['body'] = t('!firstname added you as a friend on !site. We need to confirm that you know !firstname in order for you to be friends on !site. |
$email['body'] = t('!firstname added you as a friend on !site. We need to confirm that you know !firstname in order for you to be friends on !site. |
| 558 |
|
|
| 559 |
To confirm this friend request, follow the link below: |
To confirm this friend request, follow the link below: |