/[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.5, Wed Nov 4 14:23:27 2009 UTC revision 1.6, Wed Nov 4 15:20:26 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: follow.install,v 1.4 2009/11/03 22:20:36 pwolanin Exp $  // $Id: follow.install,v 1.5 2009/11/04 14:23:27 pwolanin Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 14  function follow_install() { Line 14  function follow_install() {
14    db_insert('follow_links')    db_insert('follow_links')
15      ->fields(array(      ->fields(array(
16        'name' => 'this-site',        'name' => 'this-site',
17        'url' => 'rss.xml',        'path' => 'rss.xml',
18          'options' => 'a:0:{}',
19        'uid' => 0,        'uid' => 0,
20        'weight' => 0,        'weight' => 0,
21      ))      ))

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

  ViewVC Help
Powered by ViewVC 1.1.2