steinm          Wed Feb  8 06:27:39 2006 UTC

  Modified files:              
    /phpdoc/en/reference/paradox/functions      px-set-tablename.xml 
  Log:
  - added 'see also' section
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/functions/px-set-tablename.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/paradox/functions/px-set-tablename.xml
diff -u phpdoc/en/reference/paradox/functions/px-set-tablename.xml:1.2 
phpdoc/en/reference/paradox/functions/px-set-tablename.xml:1.3
--- phpdoc/en/reference/paradox/functions/px-set-tablename.xml:1.2      Fri Jun 
24 13:24:33 2005
+++ phpdoc/en/reference/paradox/functions/px-set-tablename.xml  Wed Feb  8 
06:27:39 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/paradox.xml, last change in rev  -->
 <refentry id="function.px-set-tablename">
  <refnamediv>
@@ -16,8 +16,8 @@
   </methodsynopsis>
   <para>
    Sets the table name of a paradox database, which was created with
-   <function>px_create_fp</function>. Applying this function on an existing
-   database has no effect.
+   <function>px_create_fp</function>. This function is deprecated use
+   <function>px_set_parameter</function> instead.
   </para>
  </refsect1>
 
@@ -27,6 +27,13 @@
    Returns &null; on success or &false; on failure.
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+    <function>px_set_parameter</function>
+  </para>
+ </refsect1>
 </refentry>
 
 <!-- Keep this comment at the end of the file

Reply via email to