[Koha-cvs] CVS: koha admin-home.pl,1.7,1.8 catalogue-home.pl,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Wed Mar 19 22:06:23 CET 2003


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

Modified Files:
	admin-home.pl catalogue-home.pl 
Log Message:


Index: admin-home.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin-home.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** admin-home.pl	2 Feb 2003 07:18:37 -0000	1.7
--- admin-home.pl	19 Mar 2003 21:06:17 -0000	1.8
***************
*** 18,22 ****
  			     debug => 1,
  			     });
- $template->param(loggeninuser => $loggedinuser);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 18,21 ----

Index: catalogue-home.pl
===================================================================
RCS file: /cvsroot/koha/koha/catalogue-home.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** catalogue-home.pl	2 Feb 2003 07:18:37 -0000	1.6
--- catalogue-home.pl	19 Mar 2003 21:06:18 -0000	1.7
***************
*** 20,29 ****
  
  my $classlist='';
! #open C, "$intranetdir/htdocs/includes/cat-class-list.inc";
! #while (<C>) {
! #   $classlist.=$_;
! #}
! $template->param(loggedinuser => $loggedinuser,
! 						classlist => $classlist,
  						type => 'intranet',);
  
--- 20,24 ----
  
  my $classlist='';
! $template->param(classlist => $classlist,
  						type => 'intranet',);
  





More information about the Koha-cvs mailing list