[PHP-DOC] cvs: phpdoc /en/functions msql.xml /es/functions msql.xml From: Jesus M. Castagnetto (jesusmc <email protected>)
Date: 10/10/00

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&oacute;n <function>msql_fieldname</function>.
      Los argumentos son id&eacute;nticos, pero se devuelve el tipo del campo.
- Este ser&aacute; "int", "string" o "real".</para>
+ Este ser&aacute; "int", "char" o "real".</para>
 
    </refsect1>
   </refentry>