From 7a855e5ee1498f87d500f284aefae16137cc531e Mon Sep 17 00:00:00 2001 From: Cornelia Boenigk Date: Sun, 9 Oct 2005 14:58:52 +0000 Subject: [PATCH] changed comment in example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197987 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-untrace.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-untrace.xml b/reference/pgsql/functions/pg-untrace.xml index 2fad66424c..f7fbab6606 100644 --- a/reference/pgsql/functions/pg-untrace.xml +++ b/reference/pgsql/functions/pg-untrace.xml @@ -1,5 +1,5 @@ - + @@ -58,7 +58,7 @@ if ($pgsql_conn) { pg_trace('/tmp/trace.log', 'w', $pgsql_conn); pg_query("SELECT 1"); pg_untrace($pgsql_conn); - // Now /tmp/trace.log will contain backend communication + // Now tracing of backend communication is disabled } else { print pg_last_error($pgsql_conn); exit;