fix small bug in new connection stuff
authorchriskl <chriskl>
Sat, 13 Dec 2003 16:17:09 +0000 (16:17 +0000)
committerchriskl <chriskl>
Sat, 13 Dec 2003 16:17:09 +0000 (16:17 +0000)
tables.php

index 8e48ce23d3e9f21abb44e9b7df71eb1929a9d6bc..d7928ae2e39e0e5c70f4d707d4a1b2a767491552 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List tables in a database
         *
-        * $Id: tables.php,v 1.40 2003/12/10 16:03:29 chriskl Exp $
+        * $Id: tables.php,v 1.41 2003/12/13 16:17:09 chriskl Exp $
         */
 
        // Include application functions
         * Ask for insert parameters and then actually insert row
         */
        function doInsertRow($confirm, $msg = '') {
-               global $database, $misc;
+               global $data, $misc;
                global $lang;
                global $PHP_SELF;