IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19428


Ignore:
Timestamp:
Sep 8, 2008, 3:55:18 PM (18 years ago)
Author:
Paul Price
Message:

Wrong joining word.

File:
1 edited

Legend:

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

    r19425 r19428  
    423423    if (where && psListLength(where->list)) {
    424424        psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    425         psStringAppend(&query, " AND %s", whereClause);
     425        psStringAppend(&query, " WHERE %s", whereClause);
    426426        psFree(whereClause);
    427427    }
Note: See TracChangeset for help on using the changeset viewer.