From: Thomas Kasulke Date: Wed, 25 Apr 2007 11:44:26 +0000 (+0000) Subject: zurücksetzen der variable X-Git-Tag: release-2.4.3^2~449 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8750748a82df4c51b682be923dbb301d1a036212;p=kivitendo-erp.git zurücksetzen der variable --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 5dde28db1..ca6d96bcc 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1109,7 +1109,7 @@ sub validate_items { $lxdebug->enter_sub(); # check if items are valid - if ($form->{rowcount} == 0) { + if ($form->{rowcount} == 1) { &update; exit; }