Date: 10/10/00
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/chapters install.xml"
- Previous message: J. M. Castagnetto: "[PHP-DOC] Fwd: [PHP-NOTES] note 8987 added to Manuale PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jmcastagnetto Tue Oct 10 17:47:13 2000 EDT
Modified files:
/phpdoc/en/functions msql.xml
/phpdoc/es/functions msql.xml
Log:
Fixed wrong info: msql_fieldtype returns "char" not "string"
Index: phpdoc/en/functions/msql.xml
diff -u phpdoc/en/functions/msql.xml:1.6 phpdoc/en/functions/msql.xml:1.7
--- phpdoc/en/functions/msql.xml:1.6 Tue Sep 12 22:07:44 2000
+++ phpdoc/en/functions/msql.xml Tue Oct 10 17:47:12 2000
@@ -614,7 +614,7 @@
<function>msql_fieldtype</function> is similar to the
<function>msql_fieldname</function> function. The arguments are
identical, but the field type is returned. This will be one of
- "int", "string" or "real".
+ "int", "char" or "real".
</para>
</refsect1>
</refentry>
Index: phpdoc/es/functions/msql.xml
diff -u phpdoc/es/functions/msql.xml:1.2 phpdoc/es/functions/msql.xml:1.3
--- phpdoc/es/functions/msql.xml:1.2 Wed Aug 23 23:51:15 2000
+++ phpdoc/es/functions/msql.xml Tue Oct 10 17:47:13 2000
@@ -499,7 +499,7 @@
<para>
msql_fieldtype() es similar a la función <function>msql_fieldname</function>.
Los argumentos son idénticos, pero se devuelve el tipo del campo.
- Este será "int", "string" o "real".</para>
+ Este será "int", "char" o "real".</para>
</refsect1>
</refentry>
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/chapters install.xml"
- Previous message: J. M. Castagnetto: "[PHP-DOC] Fwd: [PHP-NOTES] note 8987 added to Manuale PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

