[PHP-DOC] cvs: phpdoc /de/functions http.xml From: Thomas Schuermann (thomas.schuermann <email protected>)
Date: 10/18/00

tschuer Wed Oct 18 12:43:41 2000 EDT

  Modified files:
    /phpdoc/de/functions http.xml
  Log:
  Translation is in sync
  
Index: phpdoc/de/functions/http.xml
diff -u phpdoc/de/functions/http.xml:1.13 phpdoc/de/functions/http.xml:1.14
--- phpdoc/de/functions/http.xml:1.13 Wed Sep 27 13:00:26 2000
+++ phpdoc/de/functions/http.xml Wed Oct 18 12:43:41 2000
@@ -2,7 +2,7 @@
   <title>HTTP-Funktionen</title>
   <titleabbrev>HTTP</titleabbrev>
   <!-- Anmerkung des Übersetzers:
- entspricht en/functions/http.xml 1.10 -->
+ entspricht en/functions/http.xml 1.13 -->
 
   <partintro>
    <simpara>
@@ -215,6 +215,7 @@
       <title><function>Setcookie</function>-Beispiele:</title>
       <programlisting role="php">
 setcookie ("TestCookie");
+// Setzen des Ablauf-Zeitpunktes auf 1 Stunde vorher
 setcookie ("TestCookie", "", time() - 3600);
 setcookie ("TestCookie", "", time() - 3600, "/~rasmus/", ".utoronto.ca",1);
       </programlisting>