Menu

#14 problem with sorting news by the name

open
None
2
2006-07-03
2005-07-24
No

A _ORDER(NAME,ASC)_ parameter of get_infochannel
() function will not present wanted results.

To solve this problem You need to add two lines
in "\usr\extensions\get_infochannel.inc.php" file:

if($ORDER == "nameasc") usort
($stream, "cmp_nameasc");
if($ORDER == "namedesc") usort
($stream, "cmp_namedesc");

Discussion

  • Dawid Marcin Grzesiak

    • priority: 5 --> 2
     
  • nlstart

    nlstart - 2006-07-03
    • assigned_to: nobody --> sheiko
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.