IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2009, 2:24:25 PM (17 years ago)
Author:
Paul Price
Message:

Fixes to get workflow working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/src/pubtool.c

    r24436 r24438  
    132132    if (psListLength(where->list)) {
    133133        psString clause = psDBGenerateWhereConditionSQL(where, NULL);
    134         psStringAppend(&whereClause, " AND %s", clause);
     134        psStringAppend(&whereClause, "\n AND %s", clause);
    135135        psFree(clause);
    136136    }
     
    160160        psTrace("pubtool", PS_LOG_INFO, "No rows found");
    161161        psFree(output);
    162         if (!psDBRollback(config->dbh)) {
    163             psError(PS_ERR_UNKNOWN, false, "Database error");
    164         }
    165162        return true;
    166163    }
Note: See TracChangeset for help on using the changeset viewer.