[Koha-cvs] CVS: koha/authorities auth_finder.pl,1.2,1.3

doXulting doxulting at users.sourceforge.net
Thu Jul 8 12:16:14 CEST 2004


Update of /cvsroot/koha/koha/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18406/koha/authorities

Modified Files:
	auth_finder.pl 
Log Message:
Authorities

Index: auth_finder.pl
===================================================================
RCS file: /cvsroot/koha/koha/authorities/auth_finder.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** auth_finder.pl	5 Jul 2004 13:37:38 -0000	1.2
--- auth_finder.pl	8 Jul 2004 10:16:12 -0000	1.3
***************
*** 38,41 ****
--- 38,42 ----
  my $authtypecode = $query->param('authtypecode');
  my $index = $query->param('index');
+ my $category = $query->param('category');
  my $dbh = C4::Context->dbh;
  
***************
*** 84,87 ****
--- 85,89 ----
  				debug => 1,
  				});
+ 
  	# multi page display gestion
  	my $displaynext=0;
***************
*** 132,136 ****
  	$template->param(result => $results) if $results;
  	$template->param(index => $query->param('index'));
- 	warn "ici query $index  $query->param('resultsperpage')" ;
  	$template->param(startfrom=> $startfrom,
  							displaynext=> $displaynext,
--- 134,137 ----
***************
*** 147,151 ****
  							);
  } else {
- 	warn "Je suis la de base $index\n";
  	($template, $loggedinuser, $cookie)
  		= get_template_and_user({template_name => "authorities/auth_finder.tmpl",
--- 148,151 ----
***************
*** 161,164 ****
--- 161,165 ----
  
  $template->param(authtypesloop => \@authtypesloop);
+ $template->param(category => $category);
  
  # Print the page





More information about the Koha-cvs mailing list