[Koha-cvs] CVS: koha search.pl,1.21,1.22

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 16 14:42:31 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv16029

Modified Files:
	search.pl 
Log Message:
Added some FIXME comments.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** search.pl	14 Oct 2002 07:40:04 -0000	1.21
--- search.pl	16 Oct 2002 12:42:29 -0000	1.22
***************
*** 29,38 ****
  my $query=new CGI;
  my $type=$query->param('type');
! warn $type;
  
  #(-e "opac") && ($type='opac');
  
  my ($loggedinuser, $cookie, $sessionID) = checkauth($query, ($type eq 'opac') ? (1) : (0));
! warn $type;
  
  my $startfrom=$query->param('startfrom');
--- 29,38 ----
  my $query=new CGI;
  my $type=$query->param('type');
! warn $type;		# FIXME - What's this for?
  
  #(-e "opac") && ($type='opac');
  
  my ($loggedinuser, $cookie, $sessionID) = checkauth($query, ($type eq 'opac') ? (1) : (0));
! warn $type;		# FIXME - What's this for?
  
  my $startfrom=$query->param('startfrom');





More information about the Koha-cvs mailing list