From 16acd35a9e3088b01dfd40f184e91ee180b36caf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benni=20B=C3=A4rmann?= Date: Wed, 19 Sep 2012 22:40:54 +0200 Subject: [PATCH] bug in field.epl fixed: printing out mobs now --- html/field.epl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/field.epl b/html/field.epl index 37c4625..b5ac321 100644 --- a/html/field.epl +++ b/html/field.epl @@ -92,7 +92,7 @@ ################### $mob = $aym->mobiles_available($loc); - $mobcount = $#{@$mob}+1; + $mobcount = @$mob; if ($mobcount) { $out .= $db->loc('ADJ_HERE').' '; -- 2.1.4