--- parser3/src/classes/void.C 2001/06/27 14:24:18 1.1 +++ parser3/src/classes/void.C 2001/07/07 16:38:01 1.4 @@ -4,9 +4,8 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: void.C,v 1.1 2001/06/27 14:24:18 parser Exp $ */ +static const char *RCSId="$Id: void.C,v 1.4 2001/07/07 16:38:01 parser Exp $"; #include "classes.h" #include "pa_request.h" @@ -52,7 +51,7 @@ static void _sql(Request& r, const Strin &method_name, "without connect"); - Value& statement=params->get_junction(0, "statement must be code"); + Value& statement=params->as_junction(0, "statement must be code"); Temp_lang temp_lang(r, String::UL_SQL); const String& statement_string=r.process(statement).as_string();