[Koha-bugs] [Bug 9458] Add sorting to lists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 5 18:45:01 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9458

--- Comment #25 from Kyle M Hall <kyle at bywatersolutions.com> ---
> I am a little bit perplexed by this line. Why did you add the || 'title'
> when $sortfield has already been set? Or, equivalently, why did you set
> $sortfield previously? I would have thought the simplest way to get the
> desired results would be:
>   my $sortfield = $query->param('sort') || $sorton || 'title';
> 
> My chief concern is, is there some sort of side-effect in the code that
> you're trying to work around with this?

Nope, that's just me being stupid ; ) 

I'll post a small followup to fix that.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list