hholzgra                Sun Sep 23 16:14:59 2001 EDT

  Modified files:              
    /phpdoc/en/functions        fbsql.xml 
  Log:
  missing trailing ; on some entities added
  
  
Index: phpdoc/en/functions/fbsql.xml
diff -u phpdoc/en/functions/fbsql.xml:1.24 phpdoc/en/functions/fbsql.xml:1.25
--- phpdoc/en/functions/fbsql.xml:1.24  Fri Sep 21 21:22:44 2001
+++ phpdoc/en/functions/fbsql.xml       Sun Sep 23 16:14:59 2001
@@ -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.


Reply via email to