1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Bad html in ifx_htmltbl_result().

This commit is contained in:
Danny Heijl
1999-06-22 07:14:55 +00:00
parent 7f8e11d6d3
commit bc50e68a1b

View File

@@ -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,