goba            Wed Dec 19 11:16:04 2001 EDT

  Modified files:              
    /phpdoc/scripts     revcheck.php 
  Log:
  Better use the RFC date type
  
  
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.8 phpdoc/scripts/revcheck.php:1.9
--- phpdoc/scripts/revcheck.php:1.8     Wed Dec 19 11:13:30 2001
+++ phpdoc/scripts/revcheck.php Wed Dec 19 11:16:04 2001
@@ -335,7 +335,7 @@
  <tr><td>
   <table width=100% border=0 cellspacing=1 bgcolor=#9999CC>
    <tr><td><h2 align=center>Status of the translated PHP Manual</h2>
-      <p align=center style=\"font-size:12px; color:#FFFFFF;\">Generated: 
".date("Y-m-d, H:i:s T").
+      <p align=center style=\"font-size:12px; color:#FFFFFF;\">Generated: ".date("r").
       " &nbsp; / &nbsp; Language: $lang<br>&nbsp;</p>
    </td></tr>
   </table>


Reply via email to