summaryrefslogtreecommitdiff
path: root/modules/upload
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/upload
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/upload')
-rw-r--r--modules/upload/upload.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upload/upload.install b/modules/upload/upload.install
index 38f3aff96..428d5ba9a 100644
--- a/modules/upload/upload.install
+++ b/modules/upload/upload.install
@@ -29,7 +29,7 @@ function upload_schema() {
'unsigned' => TRUE,
'not null' => TRUE,
'default' => 0,
- 'description' => t('Primary Key: The {file}.fid.'),
+ 'description' => t('Primary Key: The {files}.fid.'),
),
'nid' => array(
'type' => 'int',