--- parser3/src/classes/table.C 2001/05/21 17:13:57 1.83 +++ parser3/src/classes/table.C 2001/06/28 07:41:59 1.85 @@ -5,8 +5,9 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: table.C,v 1.83 2001/05/21 17:13:57 parser Exp $ + $Id: table.C,v 1.85 2001/06/28 07:41:59 parser Exp $ */ +static char *RCSId="$Id: table.C,v 1.85 2001/06/28 07:41:59 parser Exp $"; #include "pa_config_includes.h" @@ -246,7 +247,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) VNothing(*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 *) {