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

jmcastagnetto Tue Sep 19 16:16:33 2000 EDT

  Modified files:
    /phpdoc/en/functions http.xml
  Log:
  s/minute/hour/ 3600 seconds is an hour, my sense of time was warped when
  I wrote that comment ;-)
  
  
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.11 phpdoc/en/functions/http.xml:1.12
--- phpdoc/en/functions/http.xml:1.11 Fri Sep 15 09:09:43 2000
+++ phpdoc/en/functions/http.xml Tue Sep 19 16:16:33 2000
@@ -200,7 +200,7 @@
       <title><function>setcookie</function> delete examples</title>
       <programlisting role="php">
 setcookie ("TestCookie");
-// set the expiration date to one minute ago
+// set the expiration date to one hour ago
 setcookie ("TestCookie", "", time() - 3600);
 setcookie ("TestCookie", "", time() - 3600, "/~rasmus/", ".utoronto.ca", 1);
       </programlisting>