application::objectGetEntries() do not select from user table

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-11-14 09:16:33 +01:00
committed by Chris Morgan
parent 480a08fecd
commit eda9baadca

View File

@@ -900,7 +900,7 @@ class Application {
$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
AND
appFamily.queued = '?'";