From 8750748a82df4c51b682be923dbb301d1a036212 Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Wed, 25 Apr 2007 11:44:26 +0000 Subject: [PATCH] =?utf8?q?zur=C3=BCcksetzen=20der=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1