G_base var added to fix relative path problem in include of includes
[brisk.git] / web / Obj / dbase_pgsql.phh
index ff314b1..2c274dd 100644 (file)
@@ -22,7 +22,7 @@
    *
    */
 
-require_once("Obj/dbase_base.phh");
+require_once("${G_base}Obj/dbase_base.phh");
 
 $escsql_from = array( "\\",   "'"   );
 $escsql_to   = array( "\\\\", "\\'" );