Bug 12409: Follow up - Reflect from hash to array in comments
[koha_fer] / cataloguing / value_builder / marc21_field_003.pl
index ab1fdd1..e08ee6c 100755 (executable)
@@ -19,6 +19,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 
 =head1
@@ -26,6 +27,7 @@ use C4::Context;
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
     # my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
     return "";
@@ -45,6 +47,7 @@ returns :
 the 3 scripts are inserted after the <input> in the html code
 
 =cut
+
 sub plugin_javascript {
     my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_;
     my $function_name= $field_number;