* if linked to a plan, don't show again.

This commit is contained in:
wangchunsheng
2009-12-25 13:59:29 +00:00
parent 164555d487
commit a2e1ddd9cf

View File

@@ -39,7 +39,7 @@
</thead>
<tbody>
<?php foreach($allStories as $story):?>
<?php if(isset($planStories[$story->id])) continue;?>
<?php if(isset($planStories[$story->id]) or $story->plan) continue;?>
<tr>
<td><?php echo $story->id;?></td>
<td><?php echo $story->pri;?></td>