appdb/include version_queue.php

WineHQ wineowner at wine.codeweavers.com
Sat Apr 21 13:03:25 CDT 2007


ChangeSet ID:	31072
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/04/21 13:03:25

Modified files:
	include        : version_queue.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Only display move test table for existing versions, not queued ones

Patch: http://cvs.winehq.org/patch.py?id=31072

Old revision  New revision  Changes     Path
 1.4           1.5           +4 -1       appdb/include/version_queue.php

Index: appdb/include/version_queue.php
diff -u -p appdb/include/version_queue.php:1.4 appdb/include/version_queue.php:1.5
--- appdb/include/version_queue.php:1.4	21 Apr 2007 18: 3:25 -0000
+++ appdb/include/version_queue.php	21 Apr 2007 18: 3:25 -0000
@@ -71,7 +71,10 @@ class version_queue
 
     function outputEditor()
     {
-        $this->displayMoveTestTable();
+        /* 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.



More information about the wine-cvs mailing list