From 173c455641c042e9d56f1835e564116ae35ece06 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sat, 25 May 2002 22:21:45 +0000 Subject: [PATCH] correction of example title git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83439 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-thread-id.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-thread-id.xml b/reference/mysql/functions/mysql-thread-id.xml index 1c1c96631a..e81ef94b0b 100644 --- a/reference/mysql/functions/mysql-thread-id.xml +++ b/reference/mysql/functions/mysql-thread-id.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ mysql_thread_id returns the current thread id. If the connection is lost and you reconnect with mysql_ping, the thread ID will change. This means you should not get the thread ID and store it for later. You should get it when you need it. - <function>mysql_list_processes</function> example + <function>mysql_thread_id</function> example