| version 1.1, Wed Jul 21 17:43:42 2004 UTC | version 1.2, Fri Dec 17 04:31:57 2004 UTC | ||
|---|---|---|---|
|
|
||
| <?php | <?php | ||
| echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n"; | echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n"; | ||
| if ($q = mysql_query("select id, safename, fullname, summary from builds where configfile != \"\" or patchfile != \"\" order by fullname", $dbh)) { | if ($q = mysql_query("select id, safename, fullname, summary from builds where (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++; |
|
||||||||
|
Tobias McNulty Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |