--- parser3/src/classes/table.C 2001/05/21 16:38:46 1.82 +++ parser3/src/classes/table.C 2001/06/27 12:44:32 1.84 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: table.C,v 1.82 2001/05/21 16:38:46 parser Exp $ + $Id: table.C,v 1.84 2001/06/27 12:44:32 parser Exp $ */ #include "pa_config_includes.h" @@ -246,7 +246,7 @@ static void store_column_item_to_hash(Ar if(const String *column_item=ri.table->item(column_name)) value=new(*ri.pool) VString(*column_item); else - value=new(*ri.pool) VUnknown(*ri.pool); + value=new(*ri.pool) VVoid(*ri.pool); ri.hash->put(column_name, value); } static void _record(Request& r, const String& method_name, MethodParams *) {