[Comoblog-commit] comoblog topic.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2006-01-02 22:05:25
|
Update of /cvsroot/comoblog/comoblog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19422 Modified Files: topic.php Log Message: 1391334 - Fixed mod_calendar display in topic.php Index: topic.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/topic.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- topic.php 2 Jan 2006 06:12:02 -0000 1.2 +++ topic.php 2 Jan 2006 22:05:17 -0000 1.3 @@ -9,6 +9,8 @@ // /////////////////////////////////////////////////////////////////////////////// +$current_timestamp = time(); + $topic = topic_details ($topic_id); if (!$topic) |