From e3b1cf36d8a484f0f10250e498e8779552ad26b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 10 Jun 2009 15:13:49 +0000 Subject: [PATCH] =?utf8?q?Auftr=C3=A4ge->Suche=20-=20myconfig=20Variablen?= =?utf8?q?=20fehlten=20->=20vclimit=20wurde=20nicht=20ber=C3=BCcksichtigt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index ea81407cb..b1845ab19 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -634,7 +634,7 @@ sub search { $form->header(); - print $form->parse_html_template('oe/search'); + print $form->parse_html_template('oe/search', { %myconfig }); $lxdebug->leave_sub(); } -- 2.20.1