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

Diff of /contributions/modules/follow/follow.install

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

revision 1.4, Tue Nov 3 22:20:36 2009 UTC revision 1.5, Wed Nov 4 14:23:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: follow.install,v 1.3 2009/11/02 20:25:53 pwolanin Exp $  // $Id: follow.install,v 1.4 2009/11/03 22:20:36 pwolanin Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 13  function follow_install() { Line 13  function follow_install() {
13    // Add a default link to this site's node RSS feed.    // Add a default link to this site's node RSS feed.
14    db_insert('follow_links')    db_insert('follow_links')
15      ->fields(array(      ->fields(array(
16        'name' => 'self',        'name' => 'this-site',
17        'url' => 'rss.xml',        'url' => 'rss.xml',
18        'uid' => 0,        'uid' => 0,
19        'weight' => 0,        'weight' => 0,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2