[Koha-cvs] CVS: koha/C4 Auth.pm,1.32,1.33

Paul POULAIN tipaul at users.sourceforge.net
Mon May 10 11:23:34 CEST 2004


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

Modified Files:
	Auth.pm 
Log Message:
adding LibraryName variable in the template

Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** Auth.pm	19 Mar 2004 15:07:29 -0000	1.32
--- Auth.pm	10 May 2004 09:23:32 -0000	1.33
***************
*** 125,131 ****
  		my @bordat;
  		$bordat[0] = $borr;
! 
! 		$template->param(USER_INFO => \@bordat);
  	}
  	return ($template, $borrowernumber, $cookie);
  }
--- 125,134 ----
  		my @bordat;
  		$bordat[0] = $borr;
! 		$template->param(USER_INFO => \@bordat,
! 		);
  	}
+ 	$template->param(
+ 			     LibraryName => C4::Context->preference("LibraryName"),
+ 		);
  	return ($template, $borrowernumber, $cookie);
  }





More information about the Koha-cvs mailing list