Closed modules closed 13 years ago
Sorting seems to be broken. If i sort by id order ist 1,11,12,13,2,3,4,5, ... and not like expected 1,2,3,4,...,10,11,12.
I had the same problem here and solved it with MySQL's LPAD function: ORDER BY LPAD(field, 5, '0')
Sorting seems to be broken. If i sort by id order ist 1,11,12,13,2,3,4,5, ... and not like expected 1,2,3,4,...,10,11,12.