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

jmcastagnetto Thu Sep 14 15:04:35 2000 EDT

  Modified files:
    /phpdoc/en/functions info.xml
  Log:
  fixed typo in example for get_loaded_extensions
  
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.31 phpdoc/en/functions/info.xml:1.32
--- phpdoc/en/functions/info.xml:1.31 Mon Sep 11 00:11:56 2000
+++ phpdoc/en/functions/info.xml Thu Sep 14 15:04:35 2000
@@ -1014,7 +1014,7 @@
      For example the line below
      <informalexample>
       <programlisting>
-print_r (get_loadedextensions());
+print_r (get_loaded_extensions());
       </programlisting>
      </informalexample>
      will print a list like: