Rename appData type 'image' to 'screenshot'

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-10 23:31:47 +00:00
committed by WineHQ
parent ebb47fedc7
commit 5f6cc94def
4 changed files with 14 additions and 22 deletions

View File

@@ -221,14 +221,6 @@ function getNumberOfAppFamilies()
return $oRow->num_appfamilies;
}
/* Get the number of images in the database */
function getNumberOfImages()
{
$hResult = query_parameters("SELECT count(*) as num_images FROM appData WHERE type='image';");
$oRow = mysql_fetch_object($hResult);
return $oRow->num_images;
}
/* Get the number of queued bug links in the database */
function getNumberOfQueuedBugLinks()
{