ChangeSet ID: 22447 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/01/22 20:56:31
Modified files: admin : adminMaintainerQueue.php
Log message: Tony Lambregts tony.lambregts@gmail.com Fix maintainer queue display to correctly display the version of applications
Patch: http://cvs.winehq.org/patch.py?id=22447
Old revision New revision Changes Path 1.19 1.20 +1 -1 appdb/admin/adminMaintainerQueue.php
Index: appdb/admin/adminMaintainerQueue.php diff -u -p appdb/admin/adminMaintainerQueue.php:1.19 appdb/admin/adminMaintainerQueue.php:1.20 --- appdb/admin/adminMaintainerQueue.php:1.19 23 Jan 2006 2:56:31 -0000 +++ appdb/admin/adminMaintainerQueue.php 23 Jan 2006 2:56:31 -0000 @@ -113,7 +113,7 @@ if ($_REQUEST['sub']) while(list($index, list($appIdOther, $versionIdOther, $superMaintainerOther)) = each($other_apps)) { $oApp = new Application($appIdOther); - $oVersion = new Application($versionIdOther); + $oVersion = new Version($versionIdOther); if($firstDisplay) { $firstDisplay = false;