2009/10/09 04:26:13 +0100 claunia: System should be called from version not from app family
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user