koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.11,1.12


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/circ selectbranchprinter.pl,1.11,1.12
Date: Mon, 05 May 2003 13:57:59 -0700

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

Modified Files:
        selectbranchprinter.pl 
Log Message:
Script was not setting cookies for branch and printer.


Index: selectbranchprinter.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** selectbranchprinter.pl      4 Apr 2003 08:44:39 -0000       1.11
--- selectbranchprinter.pl      5 May 2003 20:57:56 -0000       1.12
***************
*** 133,137 ****
                                                        );
  
! output_html_with_http_headers $query, $cookie, $template->output;
  
  
--- 133,141 ----
                                                        );
  
! my $branchcookie=$query->cookie(-name => 'branch', -value => "$branch", 
-expires => '+1y');
! my $printercookie=$query->cookie(-name => 'printer', -value => "$printer", 
-expires => '+1y');
! 
! my $cookies=[$cookie,$branchcookie, $printercookie]; 
! output_html_with_http_headers $query, $cookies, $template->output;
  
  




reply via email to

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