koha-cvs
[Top][All Lists]
Advanced

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

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.51,1.52
Date: Mon, 05 May 2003 14:22:32 -0700

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;
  




reply via email to

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