removed matched items from item lists
This commit is contained in:
parent
aaff9d65be
commit
8881ab8041
3 changed files with 14 additions and 6 deletions
|
@ -46,7 +46,7 @@
|
|||
</tfoot>
|
||||
<tbody>
|
||||
<?php
|
||||
foreach( get_lostitems() as $item){
|
||||
foreach( get_lostitems(true) as $item){
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $item["id"]; ?></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue