IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19445


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

Which table?

File:
1 edited

Legend:

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

    r19444 r19445  
    845845
    846846        if (psListLength(where->list)) {
    847             psString whereClause = psDBGenerateWhereConditionSQL(where, "stackSumSkyfile");
     847            psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    848848            psStringAppend(&update, " AND %s", whereClause);
    849849            psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.