Only display move test table for existing versions, not queued ones

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-21 18:03:25 +00:00
committed by WineHQ
parent 8358a09a13
commit bea4e89c56

View File

@@ -71,7 +71,10 @@ class version_queue
function outputEditor()
{
/* Display duplicate list if this is a an existing version */
if($this->oVersion->iVersionId)
$this->displayMoveTestTable();
$this->oVersion->outputEditor();
/* Allow the user to apply as maintainer if this is a new version.