IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19446


Ignore:
Timestamp:
Sep 9, 2008, 2:56:57 PM (18 years ago)
Author:
Paul Price
Message:

Ditto.

File:
1 edited

Legend:

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

    r19445 r19446  
    884884
    885885        if (psListLength(where->list)) {
    886             psString whereClause = psDBGenerateWhereConditionSQL(where, "stackSumSkyfile");
     886            psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    887887            psStringAppend(&delete, " AND %s", whereClause);
    888888            psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.