--- loncom/interface/lonsearchcat.pm 2003/03/13 19:08:52 1.171 +++ loncom/interface/lonsearchcat.pm 2003/03/17 18:35:51 1.172 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.171 2003/03/13 19:08:52 matthew Exp $ +# $Id: lonsearchcat.pm,v 1.172 2003/03/17 18:35:51 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1951,7 +1951,7 @@ Returns: the identifier of the table on sub create_results_table { my $table = &Apache::lonmysql::create_table ( { columns => \@Datatypes, - FULLTEXT => {'columns' => \@Fullindicies}, + FULLTEXT => [{'columns' => \@Fullindicies},], } ); if (defined($table)) { $ENV{'form.table'} = $table;