Tabs highlighting...

This commit is contained in:
Michal Čihař
2003-05-23 17:55:11 +00:00
parent 825760bf81
commit 913c2f73e3
3 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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);
?>

View File

@@ -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 {