Use the same if logic as the <span> for the </span>

This commit is contained in:
james 2011-03-31 04:50:06 +00:00
parent 2ac4c799a9
commit 6a468dd9f6

View File

@ -419,7 +419,7 @@ if( ($action=="edit" || $action=="assign" ) && $edit)
echo "$proj->projectnumber - $proj->title ($proj->language)";
if(!in_array($proj->language,$team['languages']))
if(!in_array($proj->language,$team['languages_members']))
echo "</span>\n";
echo "<br />";
}