vrana           Tue Apr  5 10:11:47 2005 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-prepare.xml 
  Log:
  Superfluous brace
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.8 
phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.9
--- phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.8 Fri Nov 12 
09:01:03 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml     Tue Apr  5 
10:11:47 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
   <refentry id="function.mysqli-prepare">
    <refnamediv>
     <refname>mysqli_prepare</refname>
@@ -49,7 +49,7 @@
       </para>
       <para>
        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 
<literal>=</literal>
        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

Reply via email to