hasPriv("admin") && !$_SESSION['current']->isMaintainer($_REQUEST['versionId']) && !$_SESSION['current']->isSuperMaintainer($_REQUEST['appId'])) { errorpage("Insufficient Privileges!"); exit; } /* process the changes the user entered into the web form */ if(isset($_REQUEST['submit'])) { process_app_version_changes(true); redirect(apidb_fullurl("appview.php?versionId=".$_REQUEST['versionId'])); } else /* or display the webform for making changes */ { ?> \n"; echo html_frame_start("Data for Application ID: ".$oVersion->iAppId." Version ID: ".$oVersion->iVersionId, "90%","",0); echo html_table_begin("width='100%' border=0 align=left cellpadding=6 cellspacing=0 class='box-body'"); echo ''; echo ''; echo '
This is a template; enter version-specific description here
"; $oVersion->sDescription .= "
Wine compatibility
What works:
- settings
- help
What doesn't work:
- erasing
What was not tested:
- burning
Tested versions
| App. version | Wine version | Installs? | Runs? | Rating |
| 3.23 | 20050111 | yes | yes | Gold |
| 3.23 | 20041201 | yes | yes | Silver |
| 3.21 | 20040615 | yes | yes | Bronze |
', "\n"; echo '