2009/10/09 04:26:13 +0100 claunia: System should be called from version not from app family

This commit is contained in:
2014-09-04 05:32:32 +01:00
parent d66d05ffa0
commit 0ed170814d
3 changed files with 6 additions and 3 deletions

View File

@@ -44,10 +44,11 @@ class qemuSystem {
/*
* We fetch applicationsIds.
*/
// Should get appname?
$sQuery = "SELECT qsysId
FROM appFamily
FROM appVersion
WHERE qsysId = '?'
AND state = 'accepted' ORDER BY appName";
AND state = 'accepted' ORDER BY appId";
if($hResult = query_parameters($sQuery, $iSysId))
{
while($oRow = query_fetch_object($hResult))