[Koha-cvs] CVS: koha/circ circulation.pl,1.51,1.52

Steve Tonnesen tonnesen at users.sourceforge.net
Mon May 5 23:22:32 CEST 2003


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv4360

Modified Files:
	circulation.pl 
Log Message:
circulation.pl also has to set the branch and printer cookies.


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** circulation.pl	29 Apr 2003 16:51:15 -0000	1.51
--- circulation.pl	5 May 2003 21:22:24 -0000	1.52
***************
*** 333,336 ****
--- 333,340 ----
  	);
  
+ if ($branchcookie) {
+     $cookie=[$cookie, $branchcookie, $printercookie];
+ }
+ 
  output_html_with_http_headers $query, $cookie, $template->output;
  





More information about the Koha-cvs mailing list