[Koha-bugs] [Bug 6214] Staff client search results template error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 21 00:30:07 CEST 2011


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

--- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-04-20 22:30:07 UTC ---
if ($indexes[0] && (!$indexes[1] || $params->{'scan'})) {
    my $idx = "ms_".$indexes[0];
    $idx =~ s/\,/comma/g;  # template toolkit doesnt like variables with a , in
it
    $template->param($idx => 1);
}

Yep looks ok to me, is the results page actually erroring owen, cos im thinking
of marking this works for me

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list