Diff for /loncom/interface/lonsearchcat.pm between versions 1.118 and 1.119

version 1.118, 2002/05/22 16:08:52 version 1.119, 2002/05/22 16:21:50
Line 143  sub handler { Line 143  sub handler {
  }   }
     }      }
   
   # --------------------------- Produce some output, so people know it is working
   
       $r->print("\n");
       $r->rflush;
   
 # ----------------------------------- configure dynamic components of interface  # ----------------------------------- configure dynamic components of interface
   
     if ($ENV{'form.catalogmode'} eq 'interactive') {      if ($ENV{'form.catalogmode'} eq 'interactive') {

Removed from v.1.118  
changed lines
  Added in v.1.119


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>