Disallow the copy option for mobile phase1 entries. There can be only one.

This commit is contained in:
Matthew Grooms 2008-08-23 19:32:50 +00:00
parent 44bfd1fabd
commit fce61edae2

View File

@ -265,6 +265,7 @@ include("head.inc");
</a>
</td>
</tr>
<?php if (!isset($ph1ent['mobile'])): ?>
<tr>
<td>
</td>
@ -274,6 +275,7 @@ include("head.inc");
</a>
</td>
</tr>
<?php endif; ?>
</table>
</td>
</tr>