Bugfix when setting $SearchFreeTextTagUrl.

This commit is contained in:
Alex Schroeder
2006-06-11 15:22:02 +00:00
parent 24735cef9b
commit db7ddd482b

View File

@@ -16,9 +16,9 @@
# 59 Temple Place, Suite 330
# Boston, MA 02111-1307 USA
$ModulesDescription .= '<p>$Id: weblog-4.pl,v 1.4 2006/06/11 15:19:53 as Exp $</p>';
$ModulesDescription .= '<p>$Id: weblog-4.pl,v 1.5 2006/06/11 15:22:02 as Exp $</p>';
push(@InitVariables, sub {
push(@MyInitVariables, sub {
$SearchFreeTextTagUrl = $ScriptName . '?tags=1;id=';
});