diff --git a/www/articles.php b/www/articles.php
index d9c67a6..ae0ee17 100644
--- a/www/articles.php
+++ b/www/articles.php
@@ -1,6 +1,6 @@
diff --git a/www/comment.php b/www/comment.php
index 4dbf839..2f7b736 100644
--- a/www/comment.php
+++ b/www/comment.php
@@ -1,6 +1,6 @@
diff --git a/www/phplib/common.php b/www/phplib/common.php
index 617892f..e7970ce 100644
--- a/www/phplib/common.php
+++ b/www/phplib/common.php
@@ -1,6 +1,6 @@
//
-// "$Id: common.php,v 1.6 2004/05/19 00:57:33 mike Exp $"
+// "$Id: common.php,v 1.7 2004/05/19 03:26:36 mike Exp $"
//
// Common utility functions for PHP pages...
//
@@ -601,11 +601,12 @@ show_comments($url, // I - URL for comment
$num_comments ++;
- $create_date = date("M d, Y", $row['create_date']);
+ $create_date = date("H:i M d, Y", $row['create_date']);
$create_user = sanitize_email($row['create_user']);
$contents = sanitize_text($row['contents']);
- print("
$contents
\n"); html_start_links(); @@ -635,6 +636,6 @@ show_comments($url, // I - URL for comment // -// End of "$Id: common.php,v 1.6 2004/05/19 00:57:33 mike Exp $". +// End of "$Id: common.php,v 1.7 2004/05/19 03:26:36 mike Exp $". // ?>