Tabs highlighting...
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-05-22 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* read_dump.php3, tbl_alter.php3: Tabs highlighting...
|
||||
|
||||
2003-05-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/romanian updates, thanks to Valics Lehel
|
||||
|
||||
|
@@ -283,5 +283,6 @@ if ($goto == 'db_details.php3' || $goto == 'tbl_properties.php3') {
|
||||
if ($goto != 'main.php3') {
|
||||
include('./header.inc.php3');
|
||||
}
|
||||
$active_page = $goto;
|
||||
require('./' . $goto);
|
||||
?>
|
||||
|
@@ -144,7 +144,8 @@ if (isset($submit)) {
|
||||
PMA_setMIME($db, $table, $field_name[$fieldindex], $mimetype, $field_transformation[$fieldindex], $field_transformation_options[$fieldindex]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$active_page = 'tbl_properties_structure.php3';
|
||||
include('./tbl_properties_structure.php3');
|
||||
exit();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user