koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha search.pl,1.21,1.22
Date: Wed, 16 Oct 2002 05:42:31 -0700

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');




reply via email to

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