Fixed Patron Search Results
authorKyle M Hall <kyle.m.hall@gmail.com>
Tue, 4 May 2010 16:33:46 +0000 (16:33 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 5 May 2010 12:57:04 +0000 (08:57 -0400)
commit3a5b075c908646915ca522c10ba3057fcbb6d6ab
tree0a2418cc92d865a291e822a770acb182784369db
parent6969fefe4c7c0de5b80573c0c95efa6f6ef50e90
Fixed Patron Search Results

By default, the patron search was pulling results in *Descending* order,
then reordering the results on the page using javascript in *Ascending* order.

This was causing screwy results where the entire list of results of multiple
pages was not in complete alphabetical order.

Fixed by changing the SQL to pull in Ascending order.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
members/member.pl