IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24225


Ignore:
Timestamp:
May 19, 2009, 9:52:37 AM (17 years ago)
Author:
Paul Price
Message:

Wasn't checking state of template.

File:
1 edited

Legend:

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

    r24186 r24225  
    14011401
    14021402    if (!available) {
    1403         psStringAppend(&whereClause, "\n%s inputWarpRun.state = 'full'", whereClause ? "AND" : "WHERE");
     1403        psStringAppend(&whereClause,
     1404                       "\n%s inputWarpRun.state = 'full'"
     1405                       "AND templateWarpRun.state = 'full'",
     1406                       whereClause ? "AND" : "WHERE");
    14041407    }
    14051408
Note: See TracChangeset for help on using the changeset viewer.