I'm running glossary.module, with the following version:

// $Id: glossary.module,v 1.88.2.2 2005/04/14 17:19:16 frodo Exp $

Drupal 4.6.1, 2005-06-01

It generates an alphabar that has digit links, but they are in a
strange order; the "0" is between "g" and "h", and the other digits
follow, rather than precede, the letters. Here's the bar that is
generated:

a | b | c | d | e | f | g | 0 | h | i | j | k | l | m | n | o | p | q
| r | s | t | u | v | w | x | y | z | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Why does this happen? How to fix it?

CommentFileSizeAuthor
#2 glossary7.txt435 bytesnancydru

Comments

nancydru’s picture

Version: 4.6.x-1.x-dev » 5.x-1.x-dev

I see this too, so it's going on my list to work on.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Needs review
StatusFileSize
new435 bytes

It's a little quirk of PHP. Here's a very simple patch to fix it.

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community
nancydru’s picture

Status: Reviewed & tested by the community » Fixed

Committed

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.