--- banner_file.php 2007-03-25 00:43:50.000000000 -0500 +++ banner_file.php% 2007-03-25 00:43:37.000000000 -0500 @@ -68,7 +68,7 @@ if (empty($ballot)) { $ballot = array_unique($ballot_or); } - if (empty($ballot)) { + if (empty($ballot) && $struct[0][0][$group]!=null) { foreach ($struct[0][0][$group] as $nid) { $ballot[] = $nid; }