Changeset 24438 for branches/pap_mops/ippTools/src/pubtool.c
- Timestamp:
- Jun 16, 2009, 2:24:25 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ippTools/src/pubtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/src/pubtool.c
r24436 r24438 132 132 if (psListLength(where->list)) { 133 133 psString clause = psDBGenerateWhereConditionSQL(where, NULL); 134 psStringAppend(&whereClause, " AND %s", clause);134 psStringAppend(&whereClause, "\n AND %s", clause); 135 135 psFree(clause); 136 136 } … … 160 160 psTrace("pubtool", PS_LOG_INFO, "No rows found"); 161 161 psFree(output); 162 if (!psDBRollback(config->dbh)) {163 psError(PS_ERR_UNKNOWN, false, "Database error");164 }165 162 return true; 166 163 }
Note:
See TracChangeset
for help on using the changeset viewer.
