Remove GetDefaultVersionDescription() now that we don't include testing results in the version description anymore. Remove one final call to it that isn't really necessary

This commit is contained in:
Chris Morgan
2005-10-28 00:32:20 +00:00
committed by WineHQ
parent 8c6c609089
commit b8cfcda4b5
2 changed files with 0 additions and 30 deletions

View File

@@ -28,10 +28,6 @@ if(isset($_REQUEST['submit']))
$oVersion = new Version($_REQUEST['versionId']);
/* if the sDescription is empty, put the default in */
if(trim(strip_tags($oVersion->sDescription))=="")
$oVersion->sDescription = GetDefaultVersionDescription();
apidb_header("Edit Application Version");
echo "<form method=post action='editAppVersion.php'>\n";