close results set initial table row properly
authorxzilla <xzilla>
Thu, 10 Jan 2008 20:19:27 +0000 (20:19 +0000)
committerxzilla <xzilla>
Thu, 10 Jan 2008 20:19:27 +0000 (20:19 +0000)
sql.php

diff --git a/sql.php b/sql.php
index 3b9f0984227d351d75887fbaeb68c90be3d4fee3..5602e5cfea429629a35fbec0b1f5dff6bdbb4b35 100644 (file)
--- a/sql.php
+++ b/sql.php
@@ -6,7 +6,7 @@
         * how many SQL statements have been strung together with semi-colons
         * @param $query The SQL query string to execute
         *
-        * $Id: sql.php,v 1.42 2008/01/09 00:19:10 ioguix Exp $
+        * $Id: sql.php,v 1.43 2008/01/10 20:19:27 xzilla Exp $
         */
 
        // Prevent timeouts on large exports (non-safe mode only)
                                        $finfo = $rs->fetchField($k);
                                        echo "<th class=\"data\">", $misc->printVal($finfo->name), "</th>";
                                }
-       
+                                echo "</tr>\n";        
                                $i = 0;         
                                while (!$rs->EOF) {
                                        $id = (($i % 2) == 0 ? '1' : '2');