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

Diff of /contributions/modules/simplefeed/simplefeed.install

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

revision 1.10.4.5, Tue Oct 7 05:49:01 2008 UTC revision 1.10.4.6, Tue Oct 7 17:30:13 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simplefeed.install,v 1.10.4.4 2008/09/26 03:50:37 m3avrck Exp $  // $Id: simplefeed.install,v 1.10.4.5 2008/10/07 05:49:01 m3avrck Exp $
3    
4  /**  /**
5   * Implementation of hook_install().   * Implementation of hook_install().
# Line 71  function simplefeed_schema() { Line 71  function simplefeed_schema() {
71        ),        ),
72        'url' => array(        'url' => array(
73          'type' => 'text',          'type' => 'text',
         'default' => '',  
74          'description' => t("The url of the feed."),          'description' => t("The url of the feed."),
75        ),        ),
76        'expires' => array(        'expires' => array(

Legend:
Removed from v.1.10.4.5  
changed lines
  Added in v.1.10.4.6

  ViewVC Help
Powered by ViewVC 1.1.2