ChangeSet ID: 31072 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/04/21 13:03:25 Modified files: include : version_queue.php Log message: Alexander Nicolaysen Sørnes <alex(a)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.
participants (1)
-
WineHQ