From d8b020fc0896a993e44519f63aedf76a871288c3 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sun, 18 Feb 2024 18:55:03 +0000 Subject: [PATCH] PGSQL section sync with EN (#807) --- reference/pgsql/functions/pg-send-query-params.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-send-query-params.xml b/reference/pgsql/functions/pg-send-query-params.xml index 51061c1112..a889f4f619 100644 --- a/reference/pgsql/functions/pg-send-query-params.xml +++ b/reference/pgsql/functions/pg-send-query-params.xml @@ -1,5 +1,5 @@ - + @@ -110,7 +110,7 @@ // Compare avec l'utilisation basique de pg_send_query $str = pg_escape_string('Perth'); - pg_send_query($dbconn, "select count(*) from auteurs where ville = '${str}'"); + pg_send_query($dbconn, "select count(*) from auteurs where ville = '{$str}'"); ?> ]]>