diff options
author | Joe7 <jozsef.rnagy@site.hu> | 2011-01-15 21:49:22 +0100 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-16 16:58:58 -0800 |
commit | 0020f87d6a23ce00200074b678a9293d055e27a3 (patch) | |
tree | 1201da32b39f91a47f6798e04a897396636b86fd /modules/gallery/module.info | |
parent | 44da46abd4aa2e210300d1d54c1d6896988fd71b (diff) |
Fixed paging for albums ordered by random.
MySql has problems when comparing float values against -seemingly same- float input, see http://dev.mysql.com/doc/refman/5.0/en/problems-with-float.html for details.
Fixes #1610
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index eb579ab6..4c4e63a1 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = "Gallery 3" description = "Gallery core application" -version = 43 +version = 44 |