bug #2972232 Import menu tab not present on main page

This commit is contained in:
Marc Delisle
2010-03-17 17:50:23 -04:00
parent 27a56224ff
commit 767d16a8fa
2 changed files with 4 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
shown in hex shown in hex
- bug #2967565 [insert] UNHEX not selected by default when inserting BINARY - bug #2967565 [insert] UNHEX not selected by default when inserting BINARY
- [navi] Changed link to git repository on main page - [navi] Changed link to git repository on main page
- bug #2972232 [menu] Import menu tab not present on main page
3.3.1.0 (2010-03-16) 3.3.1.0 (2010-03-16)
- bug #2941037 [core] Database structure not sorted by table correctly - bug #2941037 [core] Database structure not sorted by table correctly

View File

@@ -87,9 +87,9 @@ $tabs['import']['icon'] = 'b_import.png';
$tabs['import']['link'] = 'server_import.php'; $tabs['import']['link'] = 'server_import.php';
$tabs['import']['text'] = $strImport; $tabs['import']['text'] = $strImport;
$tabs['import']['icon'] = 's_sync.png'; $tabs['synchronize']['icon'] = 's_sync.png';
$tabs['import']['link'] = 'server_synchronize.php'; $tabs['synchronize']['link'] = 'server_synchronize.php';
$tabs['import']['text'] = $strSynchronize; $tabs['synchronize']['text'] = $strSynchronize;
echo PMA_generate_html_tabs($tabs, array()); echo PMA_generate_html_tabs($tabs, array());
unset($tabs); unset($tabs);