--- parser3/src/classes/table.C 2001/05/08 08:16:40 1.75 +++ parser3/src/classes/table.C 2001/05/08 09:44:28 1.77 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: table.C,v 1.75 2001/05/08 08:16:40 paf Exp $ + $Id: table.C,v 1.77 2001/05/08 09:44:28 paf Exp $ */ #include "pa_config_includes.h" @@ -273,16 +273,9 @@ static void table_row_to_hash(Array::Ite Row_info& ri=*static_cast(info); Pool& pool=ri.table->pool(); - Value *result; - if(ri.value_fields->size()==1) { // key=value [not valueS] - int value_field=ri.value_fields->get_int(0); - if(value_fieldsize(); i++) { int value_field=ri.value_fields->get_int(i); if(value_fieldput(*row.get_string(ri.key_field), &result); } - - if(ri.key_fieldput(*row.get_string(ri.key_field), result); } static void _hash(Request& r, const String& method_name, MethodParams *params) { Table& table=static_cast(r.self)->table();