Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8741
Modified Files:
Tag: branch-0-5
NEWS index.php
Log Message:
MFH, Release date
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.54.2.4
retrieving revision 1.54.2.5
diff -u -d -r1.54.2.4 -r1.54.2.5
--- NEWS 4 Feb 2004 20:55:55 -0000 1.54.2.4
+++ NEWS 6 Feb 2004 14:13:05 -0000 1.54.2.5
@@ -1,6 +1,6 @@
# $Id$
-Version 0.5 ()
+Version 0.5 (February, 6th 2004)
------------------------------------
* Fixed bug not showing comment or entry admin-tools on apparently static pages (garvinhicking, tomsommer)
* RSS 1.0 feed supported (garvinhicking)
Index: index.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/index.php,v
retrieving revision 1.28.2.2
retrieving revision 1.28.2.3
diff -u -d -r1.28.2.2 -r1.28.2.3
--- index.php 4 Feb 2004 20:13:41 -0000 1.28.2.2
+++ index.php 6 Feb 2004 14:13:06 -0000 1.28.2.3
@@ -85,6 +85,7 @@
'WHERE id=' . serendipity_db_escape_string($id), true);
$title = $title[0];
+ $serendipity['blogSubTitle'] = $serendipity['blogTitle'];
$serendipity['blogTitle'] = $title;
ob_start();
|