From aa85e5451d024a0ad5138db0f6b420f59cbede84 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Tue, 24 Jun 2008 19:01:05 +0000 Subject: [PATCH] Not especially a bug, but a good idea, as INSERT is probably the most commonly-used database modifier query. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261603 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-query.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-query.xml b/reference/mysql/functions/mysql-query.xml index e611e8e0d6..b3e1daea14 100644 --- a/reference/mysql/functions/mysql-query.xml +++ b/reference/mysql/functions/mysql-query.xml @@ -1,5 +1,5 @@ - + mysql_query @@ -50,7 +50,7 @@ error. - For other type of SQL statements, UPDATE, DELETE, DROP, etc, + For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc, mysql_query returns &true; on success or &false; on error.