Rev 172 Rev 185
Line 72... Line 72...
72 { 72 {
73 $listing[$i]["rowparity"] = $parity % 2; 73 $listing[$i]["rowparity"] = $parity % 2;
74 $url = $config->getURL($project, "/", "dir"); 74 $url = $config->getURL($project, "/", "dir");
75 if ($curgroup != $project->group) 75 if ($curgroup != $project->group)
76 { 76 {
-   77 # TODO: this should be de-soupified
77 if (!empty($curgroup)) 78 if (!empty($curgroup))
78 $listing[$i]["listitem"] = "</div>\n"; // Close the switchcontent div 79 $listing[$i]["listitem"] = "</div>\n"; // Close the switchcontent div
79 else 80 else
80 $listing[$i]["listitem"] = ""; 81 $listing[$i]["listitem"] = "";
81   82