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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user