add missing global for translation
authorchriskl <chriskl>
Wed, 8 Jan 2003 05:38:24 +0000 (05:38 +0000)
committerchriskl <chriskl>
Wed, 8 Jan 2003 05:38:24 +0000 (05:38 +0000)
public_html/tblproperties.php

index 6f9d127ba48790460fd50640d9d7874a8d8882a5..18a97f677d786e349af4792f689062b4264bb39a 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List tables in a database
         *
-        * $Id: tblproperties.php,v 1.16 2003/01/04 07:08:04 chriskl Exp $
+        * $Id: tblproperties.php,v 1.17 2003/01/08 05:38:24 chriskl Exp $
         */
 
        // Include application functions
 
        function doExport($msg = '') {
                global $data, $localData, $misc;
-               global $PHP_SELF, $strExport;
+               global $PHP_SELF, $strExport, $strReset;
                
                doNav();
                echo "<h2>", htmlspecialchars($_REQUEST['database']), ": ", htmlspecialchars($_REQUEST['table']), ": {$strExport}</h2>\n";