Move getMaintainersUserIds...() to version::getMaintainersUserIds() and fixup callers of this function

This commit is contained in:
Chris Morgan
2006-07-07 16:44:41 +00:00
committed by WineHQ
parent 89915be4f1
commit e56e95d63a
3 changed files with 26 additions and 27 deletions

View File

@@ -68,7 +68,8 @@ if ($aClean['sSub'])
$firstDisplay = true; /* if false we need to fix up table rows appropriately */
$other_users = getMaintainersUserIdsFromAppIdVersionId($oRow->versionId);
$oVersion = new Version($oRow->versionId);
$other_users = $oVersion->getMaintainersUserIds();
if($other_users)
{
$foundMaintainers = true;