IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2007, 12:05:17 PM (19 years ago)
Author:
jhoblitt
Message:

rework dettool * detselect's handling for registered detrends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/detselect.c

    r12259 r14271  
    192192    // single detrend image which matches all criteria and has the latest
    193193    // insertion date
    194     psStringAppend(&query, " ORDER BY detRun.registered DESC LIMIT 1");
     194    psStringAppend(&query, " ORDER BY registered DESC LIMIT 1");
    195195
    196196    if (!p_psDBRunQuery(config->dbh, query)) {
Note: See TracChangeset for help on using the changeset viewer.