| version 1.1, Wed Jul 21 17:43:42 2004 UTC | version 1.2, Fri Dec 17 01:21:11 2004 UTC | ||
|---|---|---|---|
|
|
||
| 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=\"\" and patchfile=\"\"", $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=NULL) and (patchfile=\"\" or patchfile=NULL)", $dbh)) { | ||
| $i=0; | $i=0; | ||
| while ($r = mysql_fetch_object($q)) { | while ($r = mysql_fetch_object($q)) { | ||
| $i++; | $i++; |
|
||||||||
|
Tobias McNulty Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |