re-enable tabs for import/export of tables/views. I did not make this conditional...
authorxzilla <xzilla>
Thu, 19 Jul 2007 19:51:17 +0000 (19:51 +0000)
committerxzilla <xzilla>
Thu, 19 Jul 2007 19:51:17 +0000 (19:51 +0000)
classes/Misc.php

index 8c04da37a7c14c2f23531251ba229ad75917030d..c9bc3706bab2f757a6d1ab3048f5aff1cfdde5d0 100644 (file)
@@ -2,7 +2,7 @@
        /**
         * Class to hold various commonly used functions
         *
-        * $Id: Misc.php,v 1.157 2007/07/19 03:11:52 xzilla Exp $
+        * $Id: Misc.php,v 1.158 2007/07/19 19:51:17 xzilla Exp $
         */
         
        class Misc {
                                                        'url'   => 'tblproperties.php',
                                                        'urlvars' => array('subject' => 'table', 'table' => field('table'), 'action' => 'import'),
                                                        'icon'  => 'Import',
-                                                       'hide'  => true,
+                                                       'hide'  => false,
                                                ),
                                                'export' => array (
                                                        'title' => $lang['strexport'],
                                                        'url'   => 'tblproperties.php',
                                                        'urlvars' => array('subject' => 'table', 'table' => field('table'), 'action' => 'export'),
                                                        'icon'  => 'Export',
-                                                       'hide'  => true,
+                                                       'hide'  => false,
                                                ),
                                        );
                                
                                                        'url'   => 'viewproperties.php',
                                                        'urlvars' => array('subject' => 'view', 'view' => field('view'), 'action' => 'export'),
                                                        'icon'  => 'Export',
-                                                       'hide'  => true,
+                                                       'hide'  => false,
                                                ),
                                        );