alindeman               Wed Feb 27 17:09:12 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  fixing error in second example
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.163 phpdoc/en/functions/strings.xml:1.164
--- phpdoc/en/functions/strings.xml:1.163       Sun Feb 24 07:35:30 2002
+++ phpdoc/en/functions/strings.xml     Wed Feb 27 17:09:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.163 $ -->
+<!-- $Revision: 1.164 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -702,7 +702,7 @@
       <programlisting role="php">
 <![CDATA[
 $trans = array_flip($trans);
-$original = strtr($str, $trans);
+$original = strtr($encoded, $trans);
 ]]>
       </programlisting>
      </informalexample>


Reply via email to