koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha request.pl,1.28.2.2,1.28.2.3


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha request.pl,1.28.2.2,1.28.2.3
Date: Sat, 15 Oct 2005 09:45:44 -0700

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

Modified Files:
      Tag: rel_2_2
        request.pl 
Log Message:
Bug Fixing : unimarc_field_210c.pl getting page search work and adding 
scrolbars.
Bug Fixing: labtheses.pl HTML escaping authvalues.
Bug Fixing : request.pl making IndependantBranches work.

Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.28.2.2
retrieving revision 1.28.2.3
diff -C2 -r1.28.2.2 -r1.28.2.3
*** request.pl  4 Oct 2005 15:51:44 -0000       1.28.2.2
--- request.pl  15 Oct 2005 16:45:42 -0000      1.28.2.3
***************
*** 39,42 ****
--- 39,49 ----
  
  my $input = new CGI;
+ my ($template, $borrowernumber, $cookie)
+     = get_template_and_user({template_name => "request.tmpl",
+                                                       query => $input,
+                             type => "intranet",
+                             authnotrequired => 0,
+                             flagsrequired => {reserveforothers => 1},
+                          });
  
  # get biblio information....
***************
*** 180,190 ****
  
  #setup colours
- my ($template, $borrowernumber, $cookie)
-     = get_template_and_user({template_name => "request.tmpl",
-                                                       query => $input,
-                             type => "intranet",
-                             authnotrequired => 0,
-                             flagsrequired => {reserveforothers => 1},
-                          });
  $template->param(     optionloop =>address@hidden,
                                                                CGIbranch => 
$CGIbranch,
--- 187,190 ----




reply via email to

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