forked from science-ation/science-ation
Use the same if logic as the <span> for the </span>
This commit is contained in:
parent
2ac4c799a9
commit
6a468dd9f6
@ -419,7 +419,7 @@ if( ($action=="edit" || $action=="assign" ) && $edit)
|
|||||||
|
|
||||||
echo "$proj->projectnumber - $proj->title ($proj->language)";
|
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 "</span>\n";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user