Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
75fb3e6c17
commit
37f6b992da
@ -65,7 +65,7 @@ foreach ($tables as $table) {
|
||||
echo '<h2>' . htmlspecialchars($table) . '</h2>' . "\n";
|
||||
|
||||
/**
|
||||
* Gets table informations
|
||||
* Gets table information
|
||||
*/
|
||||
$show_comment = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_COMMENT');
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ $scripts->addFile('jquery/jquery-ui-timepicker-addon.js');
|
||||
|
||||
require 'libraries/db_common.inc.php';
|
||||
|
||||
// If config variable $GLOBALS['cfg']['Usedbsearch'] is on false : exit.
|
||||
// If config variable $GLOBALS['cfg']['UseDbSearch'] is on false : exit.
|
||||
if (! $GLOBALS['cfg']['UseDbSearch']) {
|
||||
PMA_Util::mysqlDie(
|
||||
__('Access denied!'), '', false, $err_url
|
||||
|
||||
@ -92,7 +92,7 @@ if ($num_tables == 0) {
|
||||
}
|
||||
|
||||
// else
|
||||
// 2. Shows table informations
|
||||
// 2. Shows table information
|
||||
|
||||
/**
|
||||
* Displays the tables list
|
||||
|
||||
@ -109,7 +109,7 @@ if (isset($_REQUEST['do_save_data'])) {
|
||||
*/
|
||||
if ($abort == false) {
|
||||
/**
|
||||
* Gets tables informations
|
||||
* Gets tables information
|
||||
*/
|
||||
include_once 'libraries/tbl_common.inc.php';
|
||||
include_once 'libraries/tbl_info.inc.php';
|
||||
|
||||
@ -20,7 +20,7 @@ $scripts = $header->getScripts();
|
||||
$scripts->addFile('export.js');
|
||||
|
||||
/**
|
||||
* Gets tables informations and displays top links
|
||||
* Gets tables information and displays top links
|
||||
*/
|
||||
require_once 'libraries/tbl_common.inc.php';
|
||||
$url_query .= '&goto=tbl_export.php&back=tbl_export.php';
|
||||
@ -44,7 +44,7 @@ if (! empty($sql_query)) {
|
||||
// If a table alias is used, get rid of it since
|
||||
// where clauses are on real table name
|
||||
if ($analyzed_sql[0]['table_ref'][0]['table_alias']) {
|
||||
// Exporting seleted rows is only allowed for queries involving
|
||||
// Exporting selected rows is only allowed for queries involving
|
||||
// a single table. So we can safely assume that there is only one
|
||||
// table in 'table_ref' array.
|
||||
$temp_sql_array = preg_split('/\bfrom\b/i', $sql_query);
|
||||
|
||||
@ -20,7 +20,7 @@ $scripts = $header->getScripts();
|
||||
$scripts->addFile('import.js');
|
||||
|
||||
/**
|
||||
* Gets tables informations and displays top links
|
||||
* Gets tables information and displays top links
|
||||
*/
|
||||
require_once 'libraries/tbl_common.inc.php';
|
||||
$url_query .= '&goto=tbl_import.php&back=tbl_import.php';
|
||||
|
||||
@ -55,7 +55,7 @@ require_once 'libraries/Partition.class.php';
|
||||
$GLOBALS['dbi']->selectDb($GLOBALS['db']);
|
||||
|
||||
/**
|
||||
* Gets tables informations
|
||||
* Gets tables information
|
||||
*/
|
||||
require 'libraries/tbl_info.inc.php';
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ $scripts->addFile('tbl_relation.js');
|
||||
$scripts->addFile('indexes.js');
|
||||
|
||||
/**
|
||||
* Gets tables informations
|
||||
* Gets tables information
|
||||
*/
|
||||
require_once 'libraries/tbl_info.inc.php';
|
||||
|
||||
|
||||
@ -164,7 +164,7 @@ $url_params['back'] = 'tbl_structure.php';
|
||||
|
||||
|
||||
/**
|
||||
* Gets tables informations
|
||||
* Gets tables information
|
||||
*/
|
||||
require_once 'libraries/tbl_info.inc.php';
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@ if (isset($_REQUEST['change_tbl_info']) && $_REQUEST['change_tbl_info'] == true)
|
||||
require_once './libraries/tbl_common.inc.php';
|
||||
$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
|
||||
|
||||
// Gets tables informations
|
||||
// Gets tables information
|
||||
require_once './libraries/tbl_info.inc.php';
|
||||
|
||||
if (! isset($goto)) {
|
||||
|
||||
@ -26,7 +26,7 @@ $url_query .= '&goto=view_operations.php&back=view_operations.php';
|
||||
$url_params['goto'] = $url_params['back'] = 'view_operations.php';
|
||||
|
||||
/**
|
||||
* Gets tables informations
|
||||
* Gets tables information
|
||||
*/
|
||||
|
||||
require './libraries/tbl_info.inc.php';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user