- improve application and related classes
- use application/version/vendor class in scripts - don't use a full table for queued appication but only one field in the application and version tables - simplify the code in many places
This commit is contained in:
@@ -61,10 +61,6 @@ function hasDataAssociated($iUserId)
|
||||
$hResult = query_appdb($sQuery);
|
||||
if(mysql_num_rows($hResult)) return true;
|
||||
|
||||
$sQuery = "SELECT * FROM appDataQueue WHERE userId = $iUserId";
|
||||
$hResult = query_appdb($sQuery);
|
||||
if(mysql_num_rows($hResult)) return true;
|
||||
|
||||
$sQuery = "SELECT * FROM appMaintainerQueue WHERE userId = $iUserId";
|
||||
$hResult = query_appdb($sQuery);
|
||||
if(mysql_num_rows($hResult)) return true;
|
||||
|
||||
Reference in New Issue
Block a user