Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [qango] Category Sort Order (@Related): Edit Log

Here is the list of edits for this post
Re: [qango] Category Sort Order (@Related)
Make sure you use lc() around the hashref keys in the sort bracket otherwise it may not sort as you expect.

eg...

lc($$b{Name})

or

lc($b->{Name})

...as I prefer Smile

Last edited by:

Paul: Aug 12, 2002, 2:20 AM

Edit Log: