13 May
2012
13 May
'12
6:26 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8081 --- Comment #1 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- The problem appears to be the hyphen, which is not permitted in variable names. The offending code is: $template->param( $_ . $data->{$_} => 1) for ( qw( syntax encoding ) ); -- You are receiving this mail because: You are watching all bug changes.