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

version 1.171, 2003/03/13 19:08:52 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,
             FULLTEXT => {'columns' => \@Fullindicies},              FULLTEXT => [{'columns' => \@Fullindicies},],
         } );          } );
     if (defined($table)) {      if (defined($table)) {
         $ENV{'form.table'} = $table;          $ENV{'form.table'} = $table;

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


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