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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user