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

version 1.170, 2003/03/10 21:22:36 version 1.171, 2003/03/13 19:08:52
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.171


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