diff --git a/scores.php b/scores.php index b12bbd6..2c680b5 100644 --- a/scores.php +++ b/scores.php @@ -45,7 +45,7 @@ while($s = $req1->fetch_assoc()) { $used_sources[] = $s['source']; } foreach($sources as $id => $s) { - if(in_array($id, $used_sources)) { + if(in_array($id, $used_sources) || $s['pages']) { echo "
  • ".$s['year']." - ".$s['editor']." - ".$s['title'].""; if($s['description'] > '') echo "
    \n".$s['description'].""; echo "
  • \n";