koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/value_builder unimarc_field_100.pl,1.5,1.6 unimarc_


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_100.pl,1.5,1.6 unimarc_field_225a.pl,1.4,1.5
Date: Mon, 23 Jun 2003 04:27:51 -0700

Update of /cvsroot/koha/koha/value_builder
In directory sc8-pr-cvs1:/tmp/cvs-serv7522/value_builder

Modified Files:
        unimarc_field_100.pl unimarc_field_225a.pl 
Log Message:


Index: unimarc_field_100.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_100.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** unimarc_field_100.pl        20 Dec 2002 14:02:39 -0000      1.5
--- unimarc_field_100.pl        23 Jun 2003 11:27:49 -0000      1.6
***************
*** 28,31 ****
--- 28,41 ----
  use C4::Output;
  
+ =head1
+ 
+ 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 "";
+ }
+ 
  sub plugin_javascript {
  my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_;

Index: unimarc_field_225a.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_225a.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** unimarc_field_225a.pl       23 Jan 2003 12:30:36 -0000      1.4
--- unimarc_field_225a.pl       23 Jun 2003 11:27:49 -0000      1.5
***************
*** 50,53 ****
--- 50,63 ----
  use C4::Output;
  
+ =head1
+ 
+ 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 "";
+ }
+ 
  sub plugin_javascript {
  my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]