betz Sat May 25 17:09:16 2002 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-db-query.xml
Log:
small typo :-)
Index: phpdoc/en/reference/mysql/functions/mysql-db-query.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-db-query.xml:1.2
phpdoc/en/reference/mysql/functions/mysql-db-query.xml:1.3
--- phpdoc/en/reference/mysql/functions/mysql-db-query.xml:1.2 Wed Apr 17 02:41:06
2002
+++ phpdoc/en/reference/mysql/functions/mysql-db-query.xml Sat May 25 17:09:15
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-db-query">
<refnamediv>
@@ -26,7 +26,7 @@
specified, the function will try to find an open link to the
MySQL server and if no such link is found it'll try to create one
as if <function>mysql_connect</function> was called with no
- arguments
+ arguments.
</para>
<para>
See also <function>mysql_connect</function> and