summaryrefslogtreecommitdiff
path: root/modules/gallery/module.info
diff options
context:
space:
mode:
authorJoe7 <jozsef.rnagy@site.hu>2011-01-15 21:49:22 +0100
committerJoe7 <jozsef.rnagy@site.hu>2011-01-15 21:57:14 +0100
commit375e3b1fa4616c77fd37764c3812f6e03b20b95d (patch)
tree28323fd5eef461a29bd8959b30ee416795ebff93 /modules/gallery/module.info
parente4a43c99e421c830e569eaae6294286ed51e0ad8 (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.info2
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