From bc50e68a1bbdeaf0fb7dea4e88b6393c6f8afef5 Mon Sep 17 00:00:00 2001 From: Danny Heijl Date: Tue, 22 Jun 1999 07:14:55 +0000 Subject: [PATCH] Bad html in ifx_htmltbl_result(). --- ext/informix/ifx.ec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 494aa09a6e..6f00f77c05 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -52,7 +52,6 @@ * * ? Safe mode implementation * - * ? cursory stored procedures * Jouni Ahto promised help and already did the configuration stuff * (Jouni Ahto ). * @@ -2526,7 +2525,7 @@ EXEC SQL END DECLARE SECTION; /* start spitting out rows untill none left */ while (moredata) { - printf(""); + php3_printf(""); locind = 0; for (i = 1; i <= num_fields; i++) { EXEC SQL GET DESCRIPTOR :descrpid VALUE :i :fieldtype = TYPE, -- 2.50.1