From: Danny Heijl Date: Tue, 22 Jun 1999 07:14:55 +0000 (+0000) Subject: Bad html in ifx_htmltbl_result(). X-Git-Tag: BEFORE_REMOVING_GC_STEP1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc50e68a1bbdeaf0fb7dea4e88b6393c6f8afef5;p=php Bad html in ifx_htmltbl_result(). --- 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,