PDA

View Full Version : Status not calculated in Hierarchical map 1.1beta8


kempkep
30-03-2006, 05:05
The status displays as OK unless there are more than 1 problems on a linked/Hierarchical map.

An easy fix is to change line 313 in ./include/maps.inc.php to either

if($count>=1) or if($count>=0)