derick          Tue Apr  9 09:56:22 2002 EDT

  Modified files:              
    /phpdoc/nl/functions        http.xml 
    /phpdoc/en/functions        http.xml 
  Log:
  - Do not tell users to parse files, instead just show the blank line issue
  
  
Index: phpdoc/nl/functions/http.xml
diff -u phpdoc/nl/functions/http.xml:1.7 phpdoc/nl/functions/http.xml:1.8
--- phpdoc/nl/functions/http.xml:1.7    Tue Apr  9 04:45:35 2002
+++ phpdoc/nl/functions/http.xml        Tue Apr  9 09:56:16 2002
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.41 Maintainer: manuzhai Status: ready -->
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
  <reference id="ref.http">
   <title>HTTP functies</title>
   <titleabbrev>HTTP</titleabbrev>
@@ -166,11 +166,9 @@
      <informalexample>
       <programlisting role="php">
 <![CDATA[
-<?php require("user_logging.inc.php") ?>
-
 
 <?php header ("Content-type: audio/x-pn-realaudio"); ?>
-// Werkt niet, zie de lege regels hierboven
+// Werkt niet, zie de lege regel hierboven
 ]]>
       </programlisting>
      </informalexample>
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.42 phpdoc/en/functions/http.xml:1.43
--- phpdoc/en/functions/http.xml:1.42   Tue Apr  9 04:45:33 2002
+++ phpdoc/en/functions/http.xml        Tue Apr  9 09:56:20 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
  <reference id="ref.http">
   <title>HTTP functions</title>
   <titleabbrev>HTTP</titleabbrev>
@@ -167,11 +167,9 @@
      <informalexample>
       <programlisting role="php">
 <![CDATA[
-<?php require("user_logging.inc.php") ?>
-
 
 <?php header ("Content-type: audio/x-pn-realaudio"); ?>
-// Broken, Note the blank lines above
+// Broken, note the blank line above
 ]]>
       </programlisting>
      </informalexample>


Reply via email to