From 91e980a27162ae618ec188c00f44c9abf0c708c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 4 Nov 2007 14:33:07 +0000 Subject: #187881 by mooffie: fix misnamed database table names in schema documentation --- modules/aggregator/aggregator.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.install') diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install index 15f57444a..5dbc4ddc9 100644 --- a/modules/aggregator/aggregator.install +++ b/modules/aggregator/aggregator.install @@ -85,7 +85,7 @@ function aggregator_schema() { 'type' => 'int', 'not null' => TRUE, 'default' => 0, - 'description' => t("The feed item's {aggregator_feed_item}.iid."), + 'description' => t("The feed item's {aggregator_item}.iid."), ), 'cid' => array( 'type' => 'int', -- cgit v1.2.3