From 019c76b67a09a43062df0ee09a3b420f80c35c9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 30 Jan 2006 14:35:16 +0000 Subject: [PATCH] Drei Stellen, die durch die veraenderte sub write_trigger Javascript Fehler provoziert haben. --- bin/mozilla/cp.pl | 3 +-- bin/mozilla/gl.pl | 3 +-- bin/mozilla/rp.pl | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 4decb86c3..6cde7f897 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -191,8 +191,7 @@ sub form_header { #write Trigger $jsscript = - Form->write_trigger(\%myconfig, "1", "datepaid", "BL", "trigger1", "", - "", ""); + Form->write_trigger(\%myconfig, "1", "datepaid", "BL", "trigger1"); } else { # without JavaScript Calendar diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 6d4cb661e..9e8402973 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -1266,8 +1266,7 @@ sub form_header { #write Trigger $jsscript = - Form->write_trigger(\%myconfig, "1", "transdate", "BL", "trigger1", "", - "", ""); + Form->write_trigger(\%myconfig, "1", "transdate", "BL", "trigger1"); } else { # without JavaScript Calendar diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 1ea245397..bb4957458 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -190,8 +190,7 @@ sub report { #write Trigger $jsscript = - Form->write_trigger(\%myconfig, "1", "$name_2", "BR", "$trigger_2", "", - "", ""); + Form->write_trigger(\%myconfig, "1", "$name_2", "BR", "$trigger_2"); } else { $button1 = qq| |; -- 2.20.1