Check for blank lines and ignore them.

This commit is contained in:
Ermal Lui 2009-05-22 17:02:48 +00:00
parent f3ebffee04
commit 4fa2be6d7d

View File

@ -99,7 +99,10 @@ if ($_GET['order']) {
<?php endif; ?>
<td class="list sort_ignore"></td>
</tr>
<?php foreach ($cpdb as $cpent): ?>
<?php foreach ($cpdb as $cpent):
if (empty($cpent))
continue;
?>
<tr>
<td class="listlr"><?=$cpent[2];?></td>
<td class="listr"><?=$cpent[3];?>&nbsp;</td>