X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_pgsql.phh;h=2c274dd524713fdd416ffbbaf41ac4b678aa3fff;hb=9b4aaeb974e7f92e6e124bde29c78a1f5f8fb2b0;hp=ff314b1cb61992366cdaa8a9b39eac084be170f2;hpb=1e77a6539b5df73e362c36c11df1b0e3696c1647;p=brisk.git diff --git a/web/Obj/dbase_pgsql.phh b/web/Obj/dbase_pgsql.phh index ff314b1..2c274dd 100644 --- a/web/Obj/dbase_pgsql.phh +++ b/web/Obj/dbase_pgsql.phh @@ -22,7 +22,7 @@ * */ -require_once("Obj/dbase_base.phh"); +require_once("${G_base}Obj/dbase_base.phh"); $escsql_from = array( "\\", "'" ); $escsql_to = array( "\\\\", "\\'" );