derick          Tue Jan 16 10:42:02 2001 EDT

  Modified files:              
    /phpdoc/de/functions        info.xml 
    /phpdoc/fr/functions        info.xml 
    /phpdoc/hu/functions        info.xml 
    /phpdoc/it/functions        info.xml 
  Log:
  - Fixed the get_loaded_extensions example
  
  
Index: phpdoc/de/functions/info.xml
diff -u phpdoc/de/functions/info.xml:1.14 phpdoc/de/functions/info.xml:1.15
--- phpdoc/de/functions/info.xml:1.14   Fri Sep  8 13:02:12 2000
+++ phpdoc/de/functions/info.xml        Tue Jan 16 10:42:01 2001
@@ -600,7 +600,7 @@
         Zum Beispiel gibt diese Zeile
          <informalexample>
           <programlisting>
-print_r(get_loadedextensions());
+print_r(get_loaded_extensions());
           </programlisting>
         </informalexample>
         eine Liste wie die folgende aus:
Index: phpdoc/fr/functions/info.xml
diff -u phpdoc/fr/functions/info.xml:1.7 phpdoc/fr/functions/info.xml:1.8
--- phpdoc/fr/functions/info.xml:1.7    Tue Dec 26 02:24:23 2000
+++ phpdoc/fr/functions/info.xml        Tue Jan 16 10:42:02 2001
@@ -981,7 +981,7 @@
      Par exemple, la ligne ci dessous
      <informalexample>
       <programlisting>
-print_r (get_loadedextensions());
+print_r (get_loaded_extensions());
       </programlisting>
      </informalexample>
      affichera la liste suivante :
Index: phpdoc/hu/functions/info.xml
diff -u phpdoc/hu/functions/info.xml:1.4 phpdoc/hu/functions/info.xml:1.5
--- phpdoc/hu/functions/info.xml:1.4    Sun Oct 29 08:18:32 2000
+++ phpdoc/hu/functions/info.xml        Tue Jan 16 10:42:02 2001
@@ -611,7 +611,7 @@
     <informalexample>
      <programlisting>
 <![CDATA[
-print_r(get_loadedextensions());
+print_r(get_loaded_extensions());
 ]]>
      </programlisting>
    </informalexample>
Index: phpdoc/it/functions/info.xml
diff -u phpdoc/it/functions/info.xml:1.10 phpdoc/it/functions/info.xml:1.11
--- phpdoc/it/functions/info.xml:1.10   Sun Sep 17 12:41:10 2000
+++ phpdoc/it/functions/info.xml        Tue Jan 16 10:42:02 2001
@@ -1009,7 +1009,7 @@
      For example the line below
      <informalexample>
       <programlisting>
-print_r (get_loadedextensions());
+print_r (get_loaded_extensions());
       </programlisting>
      </informalexample>
      will print a list like:


Reply via email to