From db7ddd482bbe505ef1f8ace2ae79ebc80ae5863a Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sun, 11 Jun 2006 15:22:02 +0000 Subject: [PATCH] Bugfix when setting $SearchFreeTextTagUrl. --- 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 4ead676e..7147e4c5 100644 --- a/modules/weblog-4.pl +++ b/modules/weblog-4.pl @@ -16,9 +16,9 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '

$Id: weblog-4.pl,v 1.4 2006/06/11 15:19:53 as Exp $

'; +$ModulesDescription .= '

$Id: weblog-4.pl,v 1.5 2006/06/11 15:22:02 as Exp $

'; -push(@InitVariables, sub { +push(@MyInitVariables, sub { $SearchFreeTextTagUrl = $ScriptName . '?tags=1;id='; });