fix bug #1751614 about wrong url tableproperties.php instead of tblproperties.php REL_4-1-3
authorioguix <ioguix>
Wed, 11 Jul 2007 07:59:27 +0000 (07:59 +0000)
committerioguix <ioguix>
Wed, 11 Jul 2007 07:59:27 +0000 (07:59 +0000)
tblproperties.php

index f9313bf5fb5a61be97548edebc9767c19f2dc229..9e6d03ac1017ab8df4f08a0498dc8eeed9f80882 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List tables in a database
         *
-        * $Id: tblproperties.php,v 1.72.2.2 2007/07/09 14:55:22 xzilla Exp $
+        * $Id: tblproperties.php,v 1.72.2.3 2007/07/11 07:59:27 ioguix Exp $
         */
 
        // Include application functions
                                'field' => 'comment',
                        ),
                );
-               
+
                $actions = array(
                        'properties' => array(
                                'title' => $lang['strproperties'],
                        ),
                        'alter' => array(
                                'title' => $lang['stralter'],
-                               'url'   => "tableproperties.php?action=properties&amp;{$misc->href}&amp;table=".urlencode($_REQUEST['table'])."&amp;",
+                               'url'   => "tblproperties.php?action=properties&amp;{$misc->href}&amp;table=".urlencode($_REQUEST['table'])."&amp;",
                                'vars'  => array('column' => 'attname'),
                        ),
                        'drop' => array(
                                'vars'  => array('column' => 'attname'),
                        ),
                );
-               
+
                if (!$data->hasDropColumn()) unset($actions['drop']);
-               
+
                $misc->printTable($attrs, $columns, $actions, null, 'attPre');
-               
+
                echo "<br />\n";
 
                echo "<ul>\n";