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

Diff of /contributions/modules/contact_forms/contact_forms.install

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

revision 1.7, Sun Nov 8 08:19:18 2009 UTC revision 1.8, Sun Nov 8 12:32:28 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contact_forms.install,v 1.6 2009/10/23 11:40:59 gpdinoz Exp $  // $Id: contact_forms.install,v 1.7 2009/11/08 08:19:18 gpdinoz Exp $
3    
4  /**  /**
5   * Implementation of hook_install().   * Implementation of hook_install().
# Line 43  function contact_forms_uninstall() { Line 43  function contact_forms_uninstall() {
43  */  */
44  function contact_forms_update_6100() {  function contact_forms_update_6100() {
45    $ret = array();    $ret = array();
46    db_add_field($ret, 'contact', 'page_info', array('type' => 'test', 'not null' => FALSE));    db_add_field($ret, 'contact', 'page_info', array('type' => 'text', 'not null' => FALSE));
47    return $ret;    return $ret;
48  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.2