From 320d475570b785e3c7da9031e34d05538e81c5b3 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 12 May 2002 18:53:04 +0000 Subject: [PATCH] Typo, i guess... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82002 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-affected-rows.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-affected-rows.xml b/reference/mysql/functions/mysql-affected-rows.xml index 45b9dc539e..29d2cd1efa 100644 --- a/reference/mysql/functions/mysql-affected-rows.xml +++ b/reference/mysql/functions/mysql-affected-rows.xml @@ -1,5 +1,5 @@ - + @@ -91,7 +91,7 @@ Records deleted: 0 /* Update records */ mysql_query("UPDATE mytable SET used=1 WHERE id < 10"); - printf ("Updated records: %d\n", mysql_affected_rpws()); + printf ("Updated records: %d\n", mysql_affected_rows()); mysql_query("COMMIT"); ?> ]]>