the use of <msgtext> did not realy make sense here

*and* standalone <msgtext> is deprecated and will
not work with DocBook4


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-11-12 16:50:43 +00:00
parent a3d87f0822
commit 159b4f30f0
2 changed files with 2 additions and 16 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<reference id="ref.sesam">
<title>SESAM database functions</title>
<titleabbrev>SESAM</titleabbrev>
@ -59,7 +59,6 @@
<entry>
Name of BS2000 PLAM library containing the loadable SESAM
driver modules. Required for using SESAM functions.
<msgtext>
<para>
Example:
<informalexample>
@ -68,7 +67,6 @@ php3_sesam_oml $.SYSLNK.SESAM-SQL.030
</programlisting>
</informalexample>
</para>
</msgtext>
</entry>
</row>
<row>
@ -76,7 +74,6 @@ php3_sesam_oml $.SYSLNK.SESAM-SQL.030
<entry>
Name of SESAM application configuration file. Required for
using SESAM functions.
<msgtext>
<para>
Example:
<informalexample>
@ -94,7 +91,6 @@ NOTYPE
</programlisting>
</informalexample>
</para>
</msgtext>
</entry>
</row>
<row>
@ -104,7 +100,6 @@ NOTYPE
directive is not neccessary. Only if the SESAM message file
is not installed in the system's BS2000 message file table,
it can be set with this directive.
<msgtext>
<para>
Example:
<informalexample>
@ -113,7 +108,6 @@ php3_sesam_messagecatalog $.SYSMES.SESAM-SQL.030
</programlisting>
</informalexample>
</para>
</msgtext>
</entry>
</row>
</tbody>
@ -1476,7 +1470,6 @@ if (!sesam_execimm ($stmt))
column(<literal>col</literal>), where <literal>col</literal>
is between 0 and <literal>$arr["count"]-1</literal>. The
returned value can be one of
<msgtext>
<itemizedlist>
<listitem>
<simpara><type>integer</type></simpara>
@ -1488,7 +1481,6 @@ if (!sesam_execimm ($stmt))
<simpara><type>string</type></simpara>
</listitem>
</itemizedlist>
</msgtext>
depending on the SQL type of the result. SESAM "multiple
fields" are "inlined" and treated like the respective number
of columns, each with the same php type.
@ -1501,7 +1493,6 @@ if (!sesam_execimm ($stmt))
column(<literal>col</literal>), where <literal>col</literal>
is between 0 and <literal>$arr["count"]-1</literal>. The
returned value can be one of
<msgtext>
<itemizedlist>
<listitem>
<simpara>"CHARACTER"</simpara>
@ -1540,7 +1531,6 @@ if (!sesam_execimm ($stmt))
<simpara>"TIMESTAMP"</simpara>
</listitem>
</itemizedlist>
</msgtext>
describing the SQL type of the result. SESAM "multiple
fields" are "inlined" and treated like the respective number
of columns, each with the same SQL type.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.122 $ -->
<!-- $Revision: 1.123 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@ -1269,7 +1269,6 @@ $colon_separated = implode(":", $array);
<row valign="top">
<entry>p_sign_posn</entry>
<entry>
<msgtext>
<simplelist columns="2" type="horiz">
<member>0</member>
<member>
@ -1291,13 +1290,11 @@ $colon_separated = implode(":", $array);
The sign string immediately succeeds the currency_symbol
</member>
</simplelist>
</msgtext>
</entry>
</row>
<row valign="top">
<entry>n_sign_posn</entry>
<entry>
<msgtext>
<simplelist columns="2" type="horiz">
<member>0</member>
<member>
@ -1319,7 +1316,6 @@ $colon_separated = implode(":", $array);
<member>The sign string immediately succeeds the currency_symbol
</member>
</simplelist>
</msgtext>
</entry>
</row>
</tbody>