Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-06-01 04:59:25 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:03 +0400
commite712968b967af93789d537abc7e4dd578f8a9060 (patch)
tree8ae1f3547c229bf683afdfd73479353afe723e2b /libraries/Menu.class.php
parent84ab4b1c0bb24ded593fc31c2502feaba943770f (diff)
Coding style fixes
Diffstat (limited to 'libraries/Menu.class.php')
-rw-r--r--libraries/Menu.class.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/Menu.class.php b/libraries/Menu.class.php
index 7b2d9de989..cbabbf6374 100644
--- a/libraries/Menu.class.php
+++ b/libraries/Menu.class.php
@@ -50,8 +50,8 @@ class PMA_Menu
public function __construct($server, $db, $table)
{
$this->_server = $server;
- $this->_db = $db;
- $this->_table = $table;
+ $this->_db = $db;
+ $this->_table = $table;
}
/**
@@ -345,7 +345,7 @@ class PMA_Menu
* export, search and qbe links if there is at least one table
*/
if ($num_tables == 0) {
- $tabs['qbe']['warning'] = __('Database seems to be empty!');
+ $tabs['qbe']['warning'] = __('Database seems to be empty!');
$tabs['search']['warning'] = __('Database seems to be empty!');
$tabs['export']['warning'] = __('Database seems to be empty!');
}
@@ -472,9 +472,9 @@ class PMA_Menu
$tabs['import']['link'] = 'server_import.php';
$tabs['import']['text'] = __('Import');
- $tabs['settings']['icon'] = 'b_tblops.png';
- $tabs['settings']['link'] = 'prefs_manage.php';
- $tabs['settings']['text'] = __('Settings');
+ $tabs['settings']['icon'] = 'b_tblops.png';
+ $tabs['settings']['link'] = 'prefs_manage.php';
+ $tabs['settings']['text'] = __('Settings');
$tabs['settings']['active'] = in_array(
basename($GLOBALS['PMA_PHP_SELF']),
array('prefs_forms.php', 'prefs_manage.php')