[PHPDOC] cvs: phpdoc /en/functions misc.xml From: Kristian Köhntopp (kk <email protected>)
Date: 06/26/00

kk Mon Jun 26 07:45:01 2000 EDT

  Modified files:
    /phpdoc/en/functions misc.xml
  Log:
  Corrected misspelled function name in example.
  
  
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.11 phpdoc/en/functions/misc.xml:1.12
--- phpdoc/en/functions/misc.xml:1.11 Mon Jun 26 07:33:39 2000
+++ phpdoc/en/functions/misc.xml Mon Jun 26 07:45:01 2000
@@ -876,9 +876,9 @@
     </simpara>
     <para>
      <example>
- <title><function>php_module</function> example</title>
+ <title><function>php_sapi_name</function> example</title>
       <programlisting role="php">
-$inter_type = php_module();
+$inter_type = php_sapi_name();
 if ($inter_type == "CGI")
         print "You are using CGI PHP\n";
 else