Bug 19493: Force scalar context to prevent future error
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 15:34:32 +0000 (12:34 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 17:09:03 +0000 (14:09 -0300)
commit3b4e0e697879a229b2fa213362ebee0f1a988eb2
tree1de79c058b788adce74276d371220188bc851797
parent4a4b3aa9486e97cd247042d0e13e418570719be0
Bug 19493: Force scalar context to prevent future error

If someone decide the reuse the template->param statement to pass values
to the template, we will get the same issue.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
members/memberentry.pl
members/moremember.pl