From a045868ebc6cd72d1ecf50df6251399a5ae3c4da Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 23 Sep 2001 20:14:59 +0000 Subject: [PATCH] missing trailing ; on some entities added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58159 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/fbsql.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/fbsql.xml b/functions/fbsql.xml index 9e182c004b..ba897423f3 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -1,5 +1,5 @@ - + FrontBase functions FrontBase @@ -109,9 +109,9 @@ fbsql_autocommit 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 fbsql_commit or fbsql_rollback. @@ -524,7 +524,7 @@ - &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.