Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 20973)
+++ trunk/ippTools/src/regtool.c	(revision 21402)
@@ -481,5 +481,5 @@
 
     // 1st arg: where hook, 2nd arg: limit hook
-    if (!p_psDBRunQuery(config->dbh, query, "", limitString ? limitString : "")) {
+    if (!p_psDBRunQueryF(config->dbh, query, "", limitString ? limitString : "")) {
         // XXX PS_EXIT_PROG_ERROR (incorrect SQL) or SYS_ERROR (database comms)
         psError(PXTOOLS_ERR_PROG, false, "database error");
@@ -630,5 +630,5 @@
 
     // 1st arg: where hook, 2nd arg: limit hook
-    if (!p_psDBRunQuery(config->dbh, query, whereClause ? whereClause : "", "")) {
+    if (!p_psDBRunQueryF(config->dbh, query, whereClause ? whereClause : "", "")) {
         psError(PS_ERR_UNKNOWN, false, "database error");
         psFree(whereClause);
