From d17341c266c1d0239134b1ea67bc6522831c2d43 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 5 Apr 2005 14:11:47 +0000 Subject: [PATCH] Superfluous brace git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183664 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-prepare.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/functions/mysqli-prepare.xml b/reference/mysqli/functions/mysqli-prepare.xml index e980e82737..f14b667b67 100644 --- a/reference/mysqli/functions/mysqli-prepare.xml +++ b/reference/mysqli/functions/mysqli-prepare.xml @@ -1,5 +1,5 @@ - + mysqli_prepare @@ -49,7 +49,7 @@ However, they are not allowed for identifiers (such as table or column names), - in the select list that names the columns to be returned by a SELECT statement), + in the select list that names the columns to be returned by a SELECT statement, or to specify both operands of a binary operator such as the = equal sign. The latter restriction is necessary because it would be impossible to determine the parameter type. In general, parameters are legal only in Data