[cvs] / gkbweb / htdocs / tree.php  

cvs: gkbweb/htdocs/tree.php

Diff for /gkbweb/htdocs/tree.php between version 1.4 and 1.5

version 1.4, Fri Dec 17 01:34:02 2004 UTC version 1.5, Fri Dec 17 04:31:57 2004 UTC
Line 35 
Line 35 
   
                 echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";                  echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";
   
                 if ($q = mysql_query("select name, safename, fullname, description from builds,mastertrees where mastertrees.tree=\"$tree\" and mastertree=mastertrees.name and (configfile=\"\" or configfile is NULL) and (patchfile=\"\" or patchfile is NULL) order by name", $dbh)) {                  if ($q = mysql_query("select name, safename, fullname, description from builds,mastertrees where mastertrees.tree=\"$tree\" and mastertree=mastertrees.name and (configfile=\"\" or configfile is NULL) and (patchfile=\"\" or patchfile is NULL) and status!='disabled' order by name", $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.4  
changed lines
  Added in v.1.5

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help