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

Diff of /contributions/modules/follow/follow.module

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

revision 1.7, Tue Nov 3 22:20:36 2009 UTC revision 1.8, Wed Nov 4 14:23:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: follow.module,v 1.6 2009/11/02 20:25:53 pwolanin Exp $  // $Id: follow.module,v 1.7 2009/11/03 22:20:36 pwolanin Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 758  function follow_default_networks($uid) { Line 758  function follow_default_networks($uid) {
758      ),      ),
759    );    );
760    if ($uid == 0) {    if ($uid == 0) {
761      $networks['self'] = array(      $networks['this-site'] = array(
762        'title' => t('This site (RSS)'),        'title' => t('This site (RSS)'),
763        'domain' => '',        'domain' => '',
764      );      );

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.2