Fixed 'properties' action to use 'redirect.php'
authorjollytoad <jollytoad>
Mon, 19 Jul 2004 10:21:36 +0000 (10:21 +0000)
committerjollytoad <jollytoad>
Mon, 19 Jul 2004 10:21:36 +0000 (10:21 +0000)
all_db.php

index c2ee0d79d6e8f020279fb01175bfd6fc29129cb5..ac81212b446b7ddf18a5c57e0d258a6de35180c9 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Manage databases within a server
         *
-        * $Id: all_db.php,v 1.30 2004/07/13 15:24:40 jollytoad Exp $
+        * $Id: all_db.php,v 1.31 2004/07/19 10:21:36 jollytoad Exp $
         */
 
        // Include application functions
                $actions = array(
                        'properties' => array(
                                'title' => $lang['strproperties'],
-                               'url'   => 'database.php?',
+                               'url'   => 'redirect.php?section=database&amp;',
                                'vars'  => array('database' => 'datname'),
                        ),
                        'drop' => array(