From: Benni Bärmann Date: Wed, 19 Sep 2012 20:40:54 +0000 (+0200) Subject: bug in field.epl fixed: printing out mobs now X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=commitdiff_plain;h=16acd35a9e3088b01dfd40f184e91ee180b36caf;ds=sidebyside bug in field.epl fixed: printing out mobs now --- 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').' ';