summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/informix/ifx.ec3
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,