Diff for /loncom/interface/lonsearchcat.pm between versions 1.170 and 1.172

version 1.170, 2003/03/10 21:22:36 version 1.172, 2003/03/17 18:35:51
Line 1951  Returns: the identifier of the table on Line 1951  Returns: the identifier of the table on
 sub create_results_table {  sub create_results_table {
     my $table = &Apache::lonmysql::create_table      my $table = &Apache::lonmysql::create_table
         ( { columns => \@Datatypes,          ( { columns => \@Datatypes,
             fullindex => \@Fullindicies,              FULLTEXT => [{'columns' => \@Fullindicies},],
         } );          } );
     if (defined($table)) {      if (defined($table)) {
         $ENV{'form.table'} = $table;          $ENV{'form.table'} = $table;

Removed from v.1.170  
changed lines
  Added in v.1.172


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