 |
 |
 |
 |
#199670 - 10/02/03 10:32 PM
Re: [6.4 - 6.5 - 6.6 - 6.7] [beta] UBBNews PHP Feed
|
Admin Emeritus
Developer
Registered: 11/29/01
Posts: 789
Loc: Des Moines, IA
|
Doh! I forgot to commit the sort fix to the released version. I had it on my production version. I'll fix the zip. Patch: Find: $thr_data = array_reverse($thread_data); Replace with: $thr_data2 = array_reverse($thread_data);
array_pop($thr_data2);
sort($thr_data2);
$thr_data = array_reverse($thr_data2);
_________________________
http://thegeeksinc.com [img]http://www.ubbdev.com/ud/?u=Sub_Zero&s=1[/img] points generated
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|