From ce725f29fac20037452eed8b8c2fcbff1c15b64e Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Wed, 6 Sep 2006 09:27:51 +0000 Subject: [PATCH] Fix #38730 (Include REPLACE in the description) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219445 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-affected-rows.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-affected-rows.xml b/reference/mysql/functions/mysql-affected-rows.xml index aa46d0f22b..97a89dd792 100644 --- a/reference/mysql/functions/mysql-affected-rows.xml +++ b/reference/mysql/functions/mysql-affected-rows.xml @@ -1,5 +1,5 @@ - + mysql_affected_rows @@ -13,8 +13,8 @@ resourcelink_identifier - Get the number of affected rows by the last INSERT, UPDATE or DELETE query - associated with link_identifier. + Get the number of affected rows by the last INSERT, UPDATE, REPLACE + or DELETE query associated with link_identifier.