From bda486de1342fc4ee77e2a3d5cd2efa9cd241958 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sun, 11 Jun 2006 15:35:42 +0000 Subject: [PATCH] (BlogNewOpenPage): Use tag search to build journal. --- modules/weblog-4.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/weblog-4.pl b/modules/weblog-4.pl index 815b2468..686b1a38 100644 --- a/modules/weblog-4.pl +++ b/modules/weblog-4.pl @@ -16,7 +16,7 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '

$Id: weblog-4.pl,v 1.7 2006/06/11 15:25:30 as Exp $

'; +$ModulesDescription .= '

$Id: weblog-4.pl,v 1.8 2006/06/11 15:35:42 as Exp $

'; push(@MyInitVariables, sub { $SearchFreeTextTagUrl = $ScriptName . '?action=browse;tag=1;id='; @@ -43,7 +43,7 @@ sub BlogNewOpenPage { # if the page is either on the categories page, or the tag=1 # parameter was added, show a journal $Page{text} = T('Matching pages:') - . "\n\n"; + . "\n\n"; } } }