5 Mar
2013
5 Mar
'13
5:45 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9458 --- Comment #25 from Kyle M Hall <kyle@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.