fix bug #621295 (Incorrect URL)
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-10-11 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_indexes.php3: fixed bug #621295 (Incorrect URL)
|
||||
* db_details_structure.php3: removed trailing whitespaces.
|
||||
|
||||
2002-10-10 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* libraries/auth/config.auth.lib.php3: bug #620624 - displaying password
|
||||
from config when MySQL connection can't be established
|
||||
|
@@ -347,7 +347,7 @@ else if (!defined('PMA_IDX_INCLUDED')
|
||||
} // end for
|
||||
?>
|
||||
</select>
|
||||
<?php echo PMA_showMySQLDocu('Reference', 'ALTER_TABLE.html') . "\n"; ?>
|
||||
<?php echo PMA_showMySQLDocu('Reference', 'ALTER_TABLE') . "\n"; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table><br />
|
||||
|
Reference in New Issue
Block a user