bug #2972232 Import menu tab not present on main page
This commit is contained in:
@@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
shown in hex
|
||||
- bug #2967565 [insert] UNHEX not selected by default when inserting BINARY
|
||||
- [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)
|
||||
- bug #2941037 [core] Database structure not sorted by table correctly
|
||||
|
@@ -87,9 +87,9 @@ $tabs['import']['icon'] = 'b_import.png';
|
||||
$tabs['import']['link'] = 'server_import.php';
|
||||
$tabs['import']['text'] = $strImport;
|
||||
|
||||
$tabs['import']['icon'] = 's_sync.png';
|
||||
$tabs['import']['link'] = 'server_synchronize.php';
|
||||
$tabs['import']['text'] = $strSynchronize;
|
||||
$tabs['synchronize']['icon'] = 's_sync.png';
|
||||
$tabs['synchronize']['link'] = 'server_synchronize.php';
|
||||
$tabs['synchronize']['text'] = $strSynchronize;
|
||||
|
||||
echo PMA_generate_html_tabs($tabs, array());
|
||||
unset($tabs);
|
||||
|
Reference in New Issue
Block a user