fix bug #42507: fix password parameter description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242035 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2007-09-01 14:24:22 +00:00
parent 4e790fe867
commit e1effe923c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.fbsql-connect" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>fbsql_connect</refname>
@ -56,7 +56,7 @@
<term><parameter>password</parameter></term>
<listitem>
<para>
The user name for the connection. Defaults to the empty string.
The password for the connection. Defaults to the empty string.
</para>
</listitem>
</varlistentry>