nlopess         Fri Jan 19 19:59:03 2007 UTC

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-query.xml 
  Log:
  this just supports 1 query
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-query.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/mysql/functions/mysql-query.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-query.xml:1.15 
phpdoc/en/reference/mysql/functions/mysql-query.xml:1.16
--- phpdoc/en/reference/mysql/functions/mysql-query.xml:1.15    Thu Mar 31 
07:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-query.xml Fri Jan 19 19:59:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 -->
   <refentry id="function.mysql-query">
    <refnamediv>
@@ -15,9 +15,10 @@
      <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
     </methodsynopsis>
     <para>
-     <function>mysql_query</function> sends a query (to the currently
+     <function>mysql_query</function> sends an unique query (multiple queries
+     are not supported) to the currently
      active database on the server that's associated with the
-     specified <parameter>link_identifier</parameter>).
+     specified <parameter>link_identifier</parameter>.
     </para>
    </refsect1>
 

Reply via email to