Merge branch 'master' of disposed.de:scattport

This commit is contained in:
Eike Foken
2011-09-28 21:08:22 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -125,7 +125,7 @@
else:
?>
<tr>
<td colspan="3"><?=_('No experiments available.');?></td>
<td colspan="<?=(count($shares) > 0 || $project['public'] == 1) ? "4" : "3";?>"><?=_('No experiments available.');?></td>
</tr>
<?php
endif;