Changeset 15857 for trunk/ippTools/src/detselect.c
- Timestamp:
- Dec 16, 2007, 12:17:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r14370 r15857 189 189 } 190 190 191 // XXX this needs to be more controlled: we should specifically choose the 192 // single detrend image which matches all criteria and has the latest 191 // we choose the single detrend image which matches all criteria and has the latest 193 192 // insertion date 194 psStringAppend(&query, " ORDER BY registered DESC LIMIT 1"); 193 194 // unless explicitly specified by the user, list all possible matches 195 if (!psMetadataLookupBool(NULL, config->args, "-unlimit")) { 196 psStringAppend(&query, " ORDER BY registered DESC LIMIT 1"); 197 } 195 198 196 199 if (!p_psDBRunQuery(config->dbh, query)) {
Note:
See TracChangeset
for help on using the changeset viewer.
