mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a346a854a4
commit
a045868ebc
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue