diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-02 19:08:13 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-02 19:08:13 -0800 |
commit | c9e6869c681fa6579d1858cea45ec94eb0972f30 (patch) | |
tree | 24853f8df9cadabbd10efebc64ad2f27db489148 /modules/gallery/module.info | |
parent | 1ab8ac305bf53bae8c05b917b06f035b9b700937 (diff) |
Rename the "upload_limit" variable to "simultaneous_upload_limit" for
clarity, since it only limits concurrency not the number of actual uploads.
Move the default-setting code into the upgrader so that we avoid
creating the variable as a side-effect of the view (personal
preference to avoid side-effect code since it's led to problems in the
past).
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index ba1ee91d..b3366f7d 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,5 +1,4 @@ name = "Gallery 3" description = "Gallery core application" -; Note: skip version 20, use 21 as the next version -version = 19 +version = 21 |