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

Henri-Damien LAURENT hdl at users.sourceforge.net
Sat Oct 15 18:45:44 CEST 2005


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 =>\@optionloop,
  								CGIbranch => $CGIbranch,
--- 187,190 ----





More information about the Koha-cvs mailing list