add left join

This commit is contained in:
/jedi/ 2018-12-28 12:59:59 +01:00
parent aaff9d65be
commit fecc2fffcd
3 changed files with 24 additions and 25 deletions

View file

@ -75,7 +75,7 @@ $stats = get_stats();
<div class="card-body-icon">
<i class="fas fa-fw fa-comments"></i>
</div>
<div class="mr-5"><?php echo $stats["lost"]+$stats["found"]-2*$stats["matched"]; ?> Unmatched Items</div>
<div class="mr-5"><?php echo $stats["unmatched"]; ?> Unmatched Items</div>
</div>
<a class="card-footer text-white clearfix small z-1" href="/?page=tinder">
<span class="float-left">View Details</span>