--- parser3/src/classes/table.C 2001/03/20 17:21:49 1.22.2.1 +++ parser3/src/classes/table.C 2001/03/23 13:08:08 1.24 @@ -5,10 +5,10 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: table.C,v 1.22.2.1 2001/03/20 17:21:49 paf Exp $ + $Id: table.C,v 1.24 2001/03/23 13:08:08 paf Exp $ */ -#include +#include "pa_config_includes.h" #include "pa_common.h" #include "pa_request.h" #include "_table.h" @@ -150,7 +150,7 @@ static void _save(Request& r, const Stri // write char *cdata=sdata.cstr(); - file_write(pool, r.absolute(lfile_name.cstr()), cdata, strlen(cdata), true, true); + file_write(pool, r.absolute(lfile_name.cstr()), cdata, strlen(cdata), true); } static void _count(Request& r, const String&, Array *) {