26 Mar
2014
26 Mar
'14
4:54 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7567 --- Comment #70 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to M. Tompsett from comment #69)
7) It would be great to pass a hashref to get_opac_news
I don't see the number of parameters on get_opac_news growing past 3. Once you hit that fourth parameter, that seems like the point in time to consider making the parameter a hashref.
In my opinion, the trigger is when we have a call with undef: + my ( $opac_news_count, $opac_news ) = &get_opac_news( undef, $lang, $branchcode ); It is not blocker for my QA point of view. Maybe for the RM point of view. -- You are receiving this mail because: You are watching all bug changes.