From 755dcacefa2cf4e73b50402b20a9a2e1febed97d Mon Sep 17 00:00:00 2001
From: Philip Reetz
Date: Fri, 25 May 2007 07:27:57 +0000
Subject: [PATCH] Syntaxfehler bei if-Abfrage
---
bin/mozilla/ar.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl
index 97eef052b..d6f91e99f 100644
--- a/bin/mozilla/ar.pl
+++ b/bin/mozilla/ar.pl
@@ -870,8 +870,8 @@ sub form_footer {
$closedto = $form->datetonum($form->{closedto}, \%myconfig);
# ToDO: insert a global check for stornos, so that a storno is only possible a limited time after saving it
- print qq||;
- if $form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar');
+ print qq||
+ if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar'));
print qq|\n|;
if ($form->{id}) {
--
2.20.1