]> granicus.if.org Git - php/commitdiff
Bad html in ifx_htmltbl_result().
authorDanny Heijl <danny@php.net>
Tue, 22 Jun 1999 07:14:55 +0000 (07:14 +0000)
committerDanny Heijl <danny@php.net>
Tue, 22 Jun 1999 07:14:55 +0000 (07:14 +0000)
ext/informix/ifx.ec

index 494aa09a6ea5dbcbdd9c0140e417fd963432b378..6f00f77c05999382c8a2deed9c13e9a31bffc188 100644 (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,