bugMHonArc - Bugs: bug #42323, Author Sort Secondary Sort is Wrong

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #42323: Author Sort Secondary Sort is Wrong

Submitter:  Simon Wagstaff <swagstaff>
Submitted:  Fri 09 May 2014 04:20:59 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Behavior
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Operating System:  MacOS Perl Version:  5.12.4
Component Version:  2.6.19 Fixed Release: 

Fri 09 May 2014 04:20:59 AM UTC, original submission:  

When sorting by author (<AUTHSORT>), the secondary sort key (date) is incorrect (random dates).

Fix (a patchfile seems overkill):

mhutil.pl line 278

Change

($Time{$a} <=> $Time{$a})

to

($Time{$a} <=> $Time{$b})


Simon Wagstaff <swagstaff>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by swagstaff (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code