Skip to content

Commit

Permalink
PGSQL section sync with EN (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Feb 18, 2024
1 parent 8e6729c commit d8b020f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/pgsql/functions/pg-send-query-params.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c2eca73ef79ebe78cebb34053e41b565af504c4f Maintainer: yannick Status: ready -->
<!-- EN-Revision: 9e6c3416c5c285f807a734e4663c399612777d7e Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.pg-send-query-params" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -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}'");
?>
]]>
</programlisting>
Expand Down

0 comments on commit d8b020f

Please sign in to comment.