From 4f3393f4faf9b531d48bb97056468eaf5d0676c8 Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Wed, 25 Apr 2007 11:31:01 +0000 Subject: [PATCH] =?utf8?q?$form->{rowcount}=20mu=C3=9F=20in=20validate=5Fi?= =?utf8?q?tmes=20auf=200=20=C3=BCberpr=C3=BCfen,=20da=20vorherige=20=C3=9C?= =?utf8?q?berpr=C3=BCfungen=20der=20Zeilen=20schon=20die=20nicht=20ausgef?= =?utf8?q?=C3=BCllte=20abschneiden.?= 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 ca6d96bcc..5dde28db1 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} == 1) { + if ($form->{rowcount} == 0) { &update; exit; } -- 2.20.1