Typo... wonder how long that's been there.

This commit is contained in:
dave 2010-04-04 15:55:32 +00:00
parent 6e30724785
commit c1433e8a7d

View File

@ -424,7 +424,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']))
echo "<span>\n"; echo "</span>\n";
echo "<br />"; echo "<br />";
} }