Diff for /linuxtv.org/news.php between versions 1.1 and 1.2

version 1.1, 2004/11/14 21:42:29 version 1.2, 2004/11/14 21:58:18
Line 7 Line 7
   
 <?php  <?php
   include("news.inc");    include("news.inc");
   show_news(0, true, 0);  
     if (empty($_REQUEST["entry"])) {
       show_news(0, false, 0);
     } else {
       read_news($_REQUEST["entry"], false);
     }
 ?>  ?>
   
 <?php include "linuxtv-footer.inc"; ?>  <?php include "linuxtv-footer.inc"; ?>

Removed from v.1.1  
changed lines
  Added in v.1.2


LinuxTV legacy CVS <linuxtv.org/cvs>