/[drupal]/contributions/modules/flag_friend/flag_friend.module
ViewVC logotype

Diff of /contributions/modules/flag_friend/flag_friend.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3.4.39, Wed Nov 4 17:50:09 2009 UTC revision 1.3.4.40, Sun Nov 8 16:21:21 2009 UTC
# Line 1  Line 1 
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
# Line 553  function theme_flag_friend_message_email Line 553  function theme_flag_friend_message_email
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:

Legend:
Removed from v.1.3.4.39  
changed lines
  Added in v.1.3.4.40

  ViewVC Help
Powered by ViewVC 1.1.2