Changeset 21402 for trunk/ippTools/src/regtool.c
- Timestamp:
- Feb 6, 2009, 3:25:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r20973 r21402 481 481 482 482 // 1st arg: where hook, 2nd arg: limit hook 483 if (!p_psDBRunQuery (config->dbh, query, "", limitString ? limitString : "")) {483 if (!p_psDBRunQueryF(config->dbh, query, "", limitString ? limitString : "")) { 484 484 // XXX PS_EXIT_PROG_ERROR (incorrect SQL) or SYS_ERROR (database comms) 485 485 psError(PXTOOLS_ERR_PROG, false, "database error"); … … 630 630 631 631 // 1st arg: where hook, 2nd arg: limit hook 632 if (!p_psDBRunQuery (config->dbh, query, whereClause ? whereClause : "", "")) {632 if (!p_psDBRunQueryF(config->dbh, query, whereClause ? whereClause : "", "")) { 633 633 psError(PS_ERR_UNKNOWN, false, "database error"); 634 634 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
