diff options
author | Danny Heijl <danny@php.net> | 1999-06-22 07:14:55 +0000 |
---|---|---|
committer | Danny Heijl <danny@php.net> | 1999-06-22 07:14:55 +0000 |
commit | bc50e68a1bbdeaf0fb7dea4e88b6393c6f8afef5 (patch) | |
tree | 6b1b335c5e3a17ae7f699c74c4bc0bb5ab7ec4ce /ext/informix | |
parent | 7f8e11d6d37ad80ba7978d41ef35924a92e395f4 (diff) | |
download | php-git-bc50e68a1bbdeaf0fb7dea4e88b6393c6f8afef5.tar.gz |
Bad html in ifx_htmltbl_result().
Diffstat (limited to 'ext/informix')
-rw-r--r-- | ext/informix/ifx.ec | 3 |
1 files changed, 1 insertions, 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 <jah@mork.net>). * @@ -2526,7 +2525,7 @@ EXEC SQL END DECLARE SECTION; /* start spitting out rows untill none left */ while (moredata) { - printf("<tr>"); + php3_printf("<tr>"); locind = 0; for (i = 1; i <= num_fields; i++) { EXEC SQL GET DESCRIPTOR :descrpid VALUE :i :fieldtype = TYPE, |