|
|
|
Foundation ::
Visualization and Virtual Reality ::
CAVERNsoft G2
|
CAVERNsoft G2: Patch/ Enhancement Manager |
Patch List | You could submit your own bugs and patches and bugs if you were logged in.
if ($result && db_numrows($result) > 0) {
//create a new $set string to be used for next/prev button
if ($set=='custom') {
$set .= '&_assigned_to='.$_assigned_to.'&_status='.$_status;
}
show_patchlist($result,$offset,$set);
} else {
echo '
No Patches Match Your Criteria ';
echo db_error();
echo '';
}
patch_footer(array());
?>
| | |