[geeklog-cvs] geeklog: Added missing page title when viewing a single comment

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Feb 2 03:45:38 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/13f6803831ed
changeset: 6754:13f6803831ed
user:      Dirk Haun <dirk at haun-online.de>
date:      Mon Feb 02 09:41:18 2009 +0100
description:
Added missing page title when viewing a single comment

diffstat:

2 files changed, 4 insertions(+), 4 deletions(-)
public_html/comment.php  |    6 ++----
public_html/docs/history |    2 ++

diffs (42 lines):

diff -r e7ac7e1d805a -r 13f6803831ed public_html/comment.php
--- a/public_html/comment.php	Sun Feb 01 11:26:53 2009 +0100
+++ b/public_html/comment.php	Mon Feb 02 09:41:18 2009 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | Let user comment on a story or plugin.                                    |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2008 by the following authors:                         |
+// | Copyright (C) 2000-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
 // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
@@ -32,8 +32,6 @@
 // | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-//
-// $Id: comment.php,v 1.116 2008/08/12 19:15:36 mjervis Exp $
 
 /**
 * This file is responsible for letting user enter a comment and saving the
@@ -250,7 +248,7 @@
             break;
     }
 
-    return COM_siteHeader() . $display . COM_siteFooter();
+    return COM_siteHeader('menu', $title) . $display . COM_siteFooter();
 }
 
 // MAIN
diff -r e7ac7e1d805a -r 13f6803831ed public_html/docs/history
--- a/public_html/docs/history	Sun Feb 01 11:26:53 2009 +0100
+++ b/public_html/docs/history	Mon Feb 02 09:41:18 2009 +0100
@@ -3,6 +3,8 @@
 Feb ??, 2009 (1.5.2)
 ------------
 
+- Added missing page title when viewing a single comment [Dirk]
+- Sort groups in the group dropdowns non-case sensitive [Dirk]
 - Display a message when sending the email to report an abusive comment failed
   [Dirk]
 - Display a message when sending the email for a new password failed [Dirk]



More information about the geeklog-cvs mailing list