diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-02 08:16:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-02 08:16:16 +0000 |
commit | a55a0d99d1a2bd7368fdbb0831f4864e97af6752 (patch) | |
tree | c878419dcc26efdc76b96913623c391a2cb11297 /modules/aggregator | |
parent | 1957c641e5e04b1fcd503b84511d097aa2d101c5 (diff) | |
download | brdo-a55a0d99d1a2bd7368fdbb0831f4864e97af6752.tar.gz brdo-a55a0d99d1a2bd7368fdbb0831f4864e97af6752.tar.bz2 |
#412410 by c960657: Make schema descriptions plain text.
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install index 9d3733312..e992e70d3 100644 --- a/modules/aggregator/aggregator.install +++ b/modules/aggregator/aggregator.install @@ -159,13 +159,13 @@ function aggregator_schema() { 'length' => 255, 'not null' => TRUE, 'default' => '', - 'description' => 'The parent website of the feed; comes from the <link> element in the feed.', + 'description' => 'The parent website of the feed; comes from the <link> element in the feed.', ), 'description' => array( 'type' => 'text', 'not null' => TRUE, 'size' => 'big', - 'description' => "The parent website's description; comes from the <description> element in the feed.", + 'description' => "The parent website's description; comes from the <description> element in the feed.", ), 'image' => array( 'type' => 'text', |