betz            Mon Dec  1 07:31:57 2003 EDT

  Modified files:              
    /phpdoc/en/reference/http/functions header.xml 
  Log:
  bugfix #24878
  returntype is void
  
  
  
Index: phpdoc/en/reference/http/functions/header.xml
diff -u phpdoc/en/reference/http/functions/header.xml:1.19 
phpdoc/en/reference/http/functions/header.xml:1.20
--- phpdoc/en/reference/http/functions/header.xml:1.19  Sat Aug 16 14:59:11 2003
+++ phpdoc/en/reference/http/functions/header.xml       Mon Dec  1 07:31:57 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
 <!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
   <refentry id="function.header">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>header</methodname>
+      <type>void</type><methodname>header</methodname>
       <methodparam><type>string</type><parameter>string</parameter></methodparam>
       <methodparam 
choice="opt"><type>bool</type><parameter>replace</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>http_response_code</parameter></methodparam>

Reply via email to