goba            Sat Aug 10 06:59:48 2002 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      htmlentities.xml 
                                                htmlspecialchars.xml 
  Log:
  Adding see also links to make sure get_html_translation_table is linked in...
  
  
Index: phpdoc/en/reference/strings/functions/htmlentities.xml
diff -u phpdoc/en/reference/strings/functions/htmlentities.xml:1.5 
phpdoc/en/reference/strings/functions/htmlentities.xml:1.6
--- phpdoc/en/reference/strings/functions/htmlentities.xml:1.5  Sat Apr 27 18:00:40 
2002
+++ phpdoc/en/reference/strings/functions/htmlentities.xml      Sat Aug 10 06:59:47 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.htmlentities">
    <refnamediv>
@@ -59,8 +59,8 @@
      </programlisting>
     </example>
     <para>
-     See also <function>htmlspecialchars</function> and
-     <function>nl2br</function>.
+     See also <function>get_html_translation_table</function>,
+     <function>htmlspecialchars</function> and <function>nl2br</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/strings/functions/htmlspecialchars.xml
diff -u phpdoc/en/reference/strings/functions/htmlspecialchars.xml:1.2 
phpdoc/en/reference/strings/functions/htmlspecialchars.xml:1.3
--- phpdoc/en/reference/strings/functions/htmlspecialchars.xml:1.2      Wed Apr 17 
02:44:15 2002
+++ phpdoc/en/reference/strings/functions/htmlspecialchars.xml  Sat Aug 10 06:59:48 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.htmlspecialchars">
    <refnamediv>
@@ -88,8 +88,8 @@
      added in PHP 4.1.0.
     </para>
     <para>
-     See also <function>htmlentities</function> and
-     <function>nl2br</function>.
+     See also <function>get_html_translation_table</function>,
+     <function>htmlentities</function> and <function>nl2br</function>.
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to