application::objectGetEntries() do not select from user table
This commit is contained in:
committed by
Chris Morgan
parent
480a08fecd
commit
eda9baadca
@@ -900,7 +900,7 @@ class Application {
|
|||||||
$iRows = maintainer::objectGetEntriesCount($bQueued, $bRejected);
|
$iRows = maintainer::objectGetEntriesCount($bQueued, $bRejected);
|
||||||
}
|
}
|
||||||
|
|
||||||
$sQuery = "SELECT appFamily.*, vendor.vendorName AS vendorName FROM appFamily, user_list, vendor WHERE
|
$sQuery = "SELECT appFamily.*, vendor.vendorName AS vendorName FROM appFamily, vendor WHERE
|
||||||
appFamily.vendorId = vendor.vendorId
|
appFamily.vendorId = vendor.vendorId
|
||||||
AND
|
AND
|
||||||
appFamily.queued = '?'";
|
appFamily.queued = '?'";
|
||||||
|
|||||||
Reference in New Issue
Block a user