Add and use appData::objectGetEntriesCount()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-10 21:21:10 +00:00
committed by WineHQ
parent 89fa871033
commit ebb47fedc7
4 changed files with 81 additions and 13 deletions

View File

@@ -299,15 +299,6 @@ class User {
return $oRow->queued_versions - $this->getQueuedAppCount();
}
/* get the number of queued appdata */
function getQueuedAppDataCount()
{
$hResult = $this->getAppDataQuery(0, true, false);
$oRow = mysql_fetch_object($hResult);
return $oRow->queued_appdata;
}
function addPriv($sPriv)
{
if(!$this->isLoggedIn() || !$sPriv)
@@ -682,6 +673,7 @@ class User {
function get_notify_email_address_list($iAppId = null, $iVersionId = null)
{
$aUserId = array();
$sRetval = "";
/*
* Retrieve version maintainers.