missing trailing ; on some entities added

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58159 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-09-23 20:14:59 +00:00
parent a346a854a4
commit a045868ebc

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<reference id="ref.fbsql">
<title>FrontBase functions</title>
<titleabbrev>FrontBase</titleabbrev>
@ -109,9 +109,9 @@
<function>fbsql_autocommit</function> returns the current
autocommit status. if the optional OnOff parameter is
given the auto commit status will be changed.
With OnOff set to &true each statement will be commited
With OnOff set to &true; each statement will be commited
automatically, if no errors was found.
With OnOff set to &false the user must commit or rollback
With OnOff set to &false; the user must commit or rollback
the transaction unsing either <function>fbsql_commit</function> or
<function>fbsql_rollback</function>.
</para>
@ -524,7 +524,7 @@
<itemizedlist>
<listitem>
<simpara>
&false - The exec handler for the host was invalid. This
&false; - The exec handler for the host was invalid. This
error will ocour when the link_identifier connects directly to
a database by using a port number. FBExec can be available on the
server but no connection has been made for it.