diff --git a/bugs.php b/bugs.php index cb9ecf8..9a3c0eb 100644 --- a/bugs.php +++ b/bugs.php @@ -68,50 +68,6 @@ function display_bundle($appId) -/** - * display the versions - */ -function display_versions($iAppId, $aVersionsIds) -{ - if ($aVersionsIds) - { - echo html_frame_start("","98%","",0); - echo "\n\n"; - - echo "\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "\n\n"; - - $c = 0; - foreach($aVersionsIds as $iVersionId) - { - $oVersion = new Version($iVersionId); - - // set row color - $bgcolor = ($c % 2 == 0) ? "color0" : "color1"; - - //display row - echo "\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "\n\n"; - - $c++; - - } - echo "
VersionDescriptionRatingWine versionComments
".$oVersion->sName."".trim_description($oVersion->sDescription)."".$oVersion->sTestedRating."".$oVersion->sTestedVersion."".sizeof($oVersion->aCommentsIds)."
\n"; - echo html_frame_end("Click the Version Name to view the details of that Version"); - } -} - - /* code to View an application's Bugs */ $appId = $_REQUEST['appId'];