Revision 2473
Added by Chris Jones over 19 years ago
src/edu/ucsb/nceas/metacat/DBQuery.java | ||
---|---|---|
1226 | 1226 |
if (squery == null || docList == null || docList.length() < 0) { return docInformationList; } |
1227 | 1227 |
|
1228 | 1228 |
// if has attribute as return field |
1229 |
if (squery.containAttributeReturnField()) { |
|
1229 |
if (squery.containsAttributeReturnField()) {
|
|
1230 | 1230 |
sql = squery.printAttributeQuery(docList, useXMLIndex); |
1231 | 1231 |
try { |
1232 | 1232 |
dbconn = DBConnectionPool |
Also available in: Unified diff
A minor change from containAtrributeReturnField to
containsAttributeReturnField