[cvs] / gkbweb / htdocs / specialized.php  

cvs: gkbweb/htdocs/specialized.php

Diff for /gkbweb/htdocs/specialized.php between version 1.2 and 1.3

version 1.2, Fri Dec 17 04:31:57 2004 UTC version 1.3, Sat Dec 18 04:37:09 2004 UTC
Line 16 
Line 16 
 <p>Welcome to the specialized kernel section of the PowerPC Kernel Archives.  We have carefully selected a set of specialized kernels that work well with specific hardware setups or PowerPC Linux distributions.  Please browse the list below for more information on the specific kernels.</p>  <p>Welcome to the specialized kernel section of the PowerPC Kernel Archives.  We have carefully selected a set of specialized kernels that work well with specific hardware setups or PowerPC Linux distributions.  Please browse the list below for more information on the specific kernels.</p>
 <?php  <?php
         echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";          echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";
           if (!empty($category))
                   $catclause="category='$category' and";
           else
                   $catclause="";
   
         if ($q = mysql_query("select id, safename, fullname, summary from builds where (configfile != \"\" or patchfile != \"\") and status!='disabled' order by fullname", $dbh)) {          if ($q = mysql_query("select id, safename, fullname, summary from builds where $catclause (configpath != '' or configfile != \"\" or patchfile != \"\") and status!='disabled' order by fullname", $dbh)) {
                 $i = 0;                  $i = 0;
                 while ($r = mysql_fetch_object($q)) {                  while ($r = mysql_fetch_object($q)) {
                         $i++;                          $i++;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help