| 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(). |
| 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 |
} |
} |