Mercurial > defr > drupal > core
comparison modules/aggregator/aggregator.install @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | c1f4ac30525a |
children | 3edae6ecd6c6 |
comparison
equal
deleted
inserted
replaced
14:626fcabfa4b8 | 15:4347c45bb494 |
---|---|
1 <?php | 1 <?php |
2 // $Id: aggregator.install,v 1.14 2007/12/18 12:59:20 dries Exp $ | 2 // $Id: aggregator.install,v 1.14.2.1 2008/11/09 13:22:35 goba Exp $ |
3 | 3 |
4 /** | 4 /** |
5 * Implementation of hook_install(). | 5 * Implementation of hook_install(). |
6 */ | 6 */ |
7 function aggregator_install() { | 7 function aggregator_install() { |
136 'link' => array( | 136 'link' => array( |
137 'type' => 'varchar', | 137 'type' => 'varchar', |
138 'length' => 255, | 138 'length' => 255, |
139 'not null' => TRUE, | 139 'not null' => TRUE, |
140 'default' => '', | 140 'default' => '', |
141 'description' => t('The parent website of the feed; comes from the <link> element in the feed.'), | 141 'description' => t('The parent website of the feed; comes from the <link> element in the feed.'), |
142 ), | 142 ), |
143 'description' => array( | 143 'description' => array( |
144 'type' => 'text', | 144 'type' => 'text', |
145 'not null' => TRUE, | 145 'not null' => TRUE, |
146 'size' => 'big', | 146 'size' => 'big', |
147 'description' => t("The parent website's description; comes from the <description> element in the feed."), | 147 'description' => t("The parent website's description; comes from the <description> element in the feed."), |
148 ), | 148 ), |
149 'image' => array( | 149 'image' => array( |
150 'type' => 'text', | 150 'type' => 'text', |
151 'not null' => TRUE, | 151 'not null' => TRUE, |
152 'size' => 'big', | 152 'size' => 'big', |