X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fdbase_pgsql.phh;h=f4202c6b6b1dd882482729d02db814ce908e6e9a;hp=4790e8b9946ecc4ad537fc9471cb6355b12f3c73;hb=fba998349f6e71d4305a933f0725a1cb1b7e24cc;hpb=ab8d1f71caed7bf1a7f02660fb12b28177811ad7 diff --git a/web/Obj/dbase_pgsql.phh b/web/Obj/dbase_pgsql.phh index 4790e8b..f4202c6 100644 --- a/web/Obj/dbase_pgsql.phh +++ b/web/Obj/dbase_pgsql.phh @@ -25,7 +25,7 @@ require_once("${G_base}Obj/dbase_base.phh"); $escsql_from = array( "\\", "'" ); -$escsql_to = array( "\\\\", "\\'" ); +$escsql_to = array( "\\\\", "''" ); function escsql($s) {