From cd5afcd8835e4c8e625aea2a0a2a2edf86bf5653 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Stephan=20K=C3=B6hler?= <s.koehler@linet-services.de>
Date: Mon, 30 Jan 2006 14:47:35 +0000
Subject: [PATCH] Merge von 845 aus unstable: Bugfix Nachtrag zu r839 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|
          <input name=$name_1 id=$id_1 size=11 title="$myconfig{dateformat}" value=$value_1>|;
-- 
2.20.1