Bug 5385: POD Cleanups (part 1)
[koha.git] / cataloguing / value_builder / dateaccessioned.pl
index 3b8e8c0..3a9a3da 100755 (executable)
@@ -27,6 +27,7 @@
 plugin_parameters : useless here
 
 =cut
+
 sub plugin_parameters {
        # my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
        return "";
@@ -46,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 = "dateaccessioned".(int(rand(100000))+1);