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

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

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

revision 1.9.4.7, Mon Aug 11 22:16:46 2008 UTC revision 1.9.4.8, Tue Oct 7 17:30:13 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simplefeed_item.install,v 1.9.4.6 2008/06/11 05:22:28 m3avrck Exp $  // $Id: simplefeed_item.install,v 1.9.4.7 2008/08/11 22:16:46 csevb10 Exp $
3    
4  /**  /**
5   * Implementation of hook_install().   * Implementation of hook_install().
# Line 107  function simplefeed_item_schema() { Line 107  function simplefeed_item_schema() {
107        ),        ),
108        'url' => array(        'url' => array(
109          'type' => 'text',          'type' => 'text',
         'default' => '',  
110          'description' => t("The url of the feed item."),          'description' => t("The url of the feed item."),
111        ),        ),
112      ),      ),

Legend:
Removed from v.1.9.4.7  
changed lines
  Added in v.1.9.4.8

  ViewVC Help
Powered by ViewVC 1.1.2