From e45ed9f007794b69e1b7b5ffd0b51738fe1fc15c Mon Sep 17 00:00:00 2001
From: David Anderson
Date: Sat, 19 Jul 2003 00:27:42 +0000
Subject: [PATCH] Added support for post modification and time of modification
reporting.
svn path=/trunk/boinc/; revision=1744
---
html/forum/thread.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/html/forum/thread.php b/html/forum/thread.php
index 00a1dbf785..18d1f3d8d7 100644
--- a/html/forum/thread.php
+++ b/html/forum/thread.php
@@ -50,7 +50,9 @@ $logged_in_user = get_logged_in_user(false);
- Posted: timestamp) ?>id\">[Edit this post]"*/ ?>
+ Posted: timestamp) ?>id\">[Edit this post]" ?>
+ modified) echo " Last Modified: ", date('D M j, Y g:i a', $post->modified) ?>
+
content)) ?>
|