rows <= 0) { print "oops.. not found"; } else { $addtimestamp = $rs->data[0]['addtimestamp']; $commandname = $rs->data[0]['commandname']; $username = $rs->data[0]['name']; $specname = $rs->data[0]['specname']; $toemail = $rs->data[0]['toemail']; $releasetag = $rs->data[0]['releasetag']; $machroot = $rs->data[0]['machroot']; $handled = $rs->data[0]['handled']; $inprogress = $rs->data[0]['inprogress']; ?> Dries APT/YUM Repository : Build system : build <?php echo $name; ?>

Dries APT/YUM RPM Repository : Build system : build

Build:

Id:
Add timestamp:
Command:
User:
Specname:
Mail to:
Release tag:
Mach root:
In progress:
Handled:

"; echo "TimestampStatus IDMachineStatus"; $counter=0; foreach ($rs->data as $row) { $counter = $counter + 1; echo ""; echo "" . $row['addtimestamp'] . ""; echo "" . $row['statusid'] . ""; echo "" . $row['machinename'] . ""; echo "" . $row['statusname'] . ""; echo ""; } echo ""; $rs = dbx_query($dbh, "select addtimestamp, filename from pydar_actions_files where commandid=" . $id); if ($rs->rows > 0) { echo "

Created files:

"; echo ""; echo ""; $counter=0; foreach ($rs->data as $row) { $counter = $counter + 1; echo ""; echo ""; echo ""; echo ""; } echo "
TimestampFilename
" . $row['addtimestamp'] . "" . $row['filename'] . "
"; } dbx_close($dbh); ?>