summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 14:33:07 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 14:33:07 +0000
commit91e980a27162ae618ec188c00f44c9abf0c708c5 (patch)
tree012938331b557524af888d13ccc1b2e60df70ca6 /modules/aggregator
parent75a6f4ded4a57281717263accb806ce8971aa732 (diff)
downloadbrdo-91e980a27162ae618ec188c00f44c9abf0c708c5.tar.gz
brdo-91e980a27162ae618ec188c00f44c9abf0c708c5.tar.bz2
#187881 by mooffie: fix misnamed database table names in schema documentation
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.install2
1 files changed, 1 insertions, 1 deletions
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',