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:
-rw-r--r--libraries/mult_submits.inc.php2
-rw-r--r--libraries/rte/rte_main.inc.php2
-rw-r--r--libraries/tbl_common.inc.php (renamed from libraries/tbl_common.php)0
-rw-r--r--sql.php2
-rw-r--r--tbl_addfield.php2
-rw-r--r--tbl_alter.php2
-rw-r--r--tbl_chart.php2
-rw-r--r--tbl_export.php2
-rw-r--r--tbl_import.php2
-rw-r--r--tbl_indexes.php2
-rw-r--r--tbl_operations.php2
-rw-r--r--tbl_printview.php2
-rw-r--r--tbl_relation.php2
-rw-r--r--tbl_select.php2
-rw-r--r--tbl_sql.php2
-rw-r--r--tbl_structure.php2
-rw-r--r--tbl_tracking.php2
-rw-r--r--tbl_zoom_select.php2
-rw-r--r--view_operations.php2
19 files changed, 18 insertions, 18 deletions
diff --git a/libraries/mult_submits.inc.php b/libraries/mult_submits.inc.php
index 8a2043b99d..8e422b07da 100644
--- a/libraries/mult_submits.inc.php
+++ b/libraries/mult_submits.inc.php
@@ -145,7 +145,7 @@ if (!empty($submit_mult) && !empty($what)) {
include_once './libraries/header.inc.php';
if (strlen($table)) {
- include './libraries/tbl_common.php';
+ include './libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_sql.php&back=tbl_sql.php';
include './libraries/tbl_info.inc.php';
} elseif (strlen($db)) {
diff --git a/libraries/rte/rte_main.inc.php b/libraries/rte/rte_main.inc.php
index ce3b1bcdce..fa5226bda9 100644
--- a/libraries/rte/rte_main.inc.php
+++ b/libraries/rte/rte_main.inc.php
@@ -23,7 +23,7 @@ if ($GLOBALS['is_ajax_request'] != true) {
* Displays the header and tabs
*/
if (! empty($table) && in_array($table, PMA_DBI_get_tables($db))) {
- include_once './libraries/tbl_common.php';
+ include_once './libraries/tbl_common.inc.php';
} else {
$table = '';
include_once './libraries/db_common.inc.php';
diff --git a/libraries/tbl_common.php b/libraries/tbl_common.inc.php
index 5e3cd5a7e7..5e3cd5a7e7 100644
--- a/libraries/tbl_common.php
+++ b/libraries/tbl_common.inc.php
diff --git a/sql.php b/sql.php
index 9c1cb81477..53b5a9276d 100644
--- a/sql.php
+++ b/sql.php
@@ -920,7 +920,7 @@ if ((0 == $num_rows && 0 == $unlim_num_rows) || $is_affected) {
if (! $GLOBALS['is_ajax_request'] || ! $GLOBALS['cfg']['AjaxEnable']) {
if (strlen($table)) {
- include 'libraries/tbl_common.php';
+ include 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_sql.php&back=tbl_sql.php';
include 'libraries/tbl_info.inc.php';
} elseif (strlen($db)) {
diff --git a/tbl_addfield.php b/tbl_addfield.php
index cbf55dca0b..ff7db7c9d4 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -220,7 +220,7 @@ if ($abort == false) {
/**
* Gets tables informations
*/
- include_once 'libraries/tbl_common.php';
+ include_once 'libraries/tbl_common.inc.php';
include_once 'libraries/tbl_info.inc.php';
$active_page = 'tbl_structure.php';
diff --git a/tbl_alter.php b/tbl_alter.php
index 1d6c5265f9..3bd39f075f 100644
--- a/tbl_alter.php
+++ b/tbl_alter.php
@@ -26,7 +26,7 @@ PMA_checkParameters(array('db', 'table'));
/**
* Gets tables informations
*/
-require_once 'libraries/tbl_common.php';
+require_once 'libraries/tbl_common.inc.php';
require_once 'libraries/tbl_info.inc.php';
$active_page = 'tbl_structure.php';
diff --git a/tbl_chart.php b/tbl_chart.php
index 48003ab570..8a6d059c09 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -27,7 +27,7 @@ $GLOBALS['js_include'][] = 'canvg/canvg.js';
if (strlen($GLOBALS['table'])) {
$url_params['goto'] = $cfg['DefaultTabTable'];
$url_params['back'] = 'tbl_sql.php';
- include 'libraries/tbl_common.php';
+ include 'libraries/tbl_common.inc.php';
include 'libraries/tbl_info.inc.php';
} elseif (strlen($GLOBALS['db'])) {
$url_params['goto'] = $cfg['DefaultTabDatabase'];
diff --git a/tbl_export.php b/tbl_export.php
index 1fe4276f17..7e3d4ed727 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -15,7 +15,7 @@ $GLOBALS['js_include'][] = 'export.js';
/**
* Gets tables informations and displays top links
*/
-require_once 'libraries/tbl_common.php';
+require_once 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_export.php&back=tbl_export.php';
require_once 'libraries/tbl_info.inc.php';
diff --git a/tbl_import.php b/tbl_import.php
index 160764acd4..abe6f10a1c 100644
--- a/tbl_import.php
+++ b/tbl_import.php
@@ -15,7 +15,7 @@ $GLOBALS['js_include'][] = 'import.js';
/**
* Gets tables informations and displays top links
*/
-require_once 'libraries/tbl_common.php';
+require_once 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_import.php&back=tbl_import.php';
require_once 'libraries/tbl_info.inc.php';
diff --git a/tbl_indexes.php b/tbl_indexes.php
index 0e536f7b13..020210f9f5 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -11,7 +11,7 @@
*/
require_once 'libraries/common.inc.php';
require_once 'libraries/Index.class.php';
-require_once 'libraries/tbl_common.php';
+require_once 'libraries/tbl_common.inc.php';
// Get fields and stores their name/type
$fields = array();
diff --git a/tbl_operations.php b/tbl_operations.php
index be7b192bd2..bc4d55ca2b 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -15,7 +15,7 @@ $pma_table = new PMA_Table($GLOBALS['table'], $GLOBALS['db']);
/**
* Runs common work
*/
-require 'libraries/tbl_common.php';
+require 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_operations.php&back=tbl_operations.php';
$url_params['goto'] = $url_params['back'] = 'tbl_operations.php';
diff --git a/tbl_printview.php b/tbl_printview.php
index 9b1230c153..e600021f88 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -10,7 +10,7 @@
*/
require_once 'libraries/common.inc.php';
-require 'libraries/tbl_common.php';
+require 'libraries/tbl_common.inc.php';
/**
* Gets the variables sent or posted to this script, then displays headers
diff --git a/tbl_relation.php b/tbl_relation.php
index 12871b6cc1..e640687cc5 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -19,7 +19,7 @@
require_once 'libraries/common.inc.php';
$GLOBALS['js_include'][] = 'tbl_relation.js';
-require_once 'libraries/tbl_common.php';
+require_once 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_sql.php';
/**
diff --git a/tbl_select.php b/tbl_select.php
index 5ac8cd137d..5109479086 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -57,7 +57,7 @@ foreach ($post_params as $one_post_param) {
*/
if (! isset($param) || $param[0] == '') {
// Gets some core libraries
- include_once 'libraries/tbl_common.php';
+ include_once 'libraries/tbl_common.inc.php';
//$err_url = 'tbl_select.php' . $err_url;
$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
diff --git a/tbl_sql.php b/tbl_sql.php
index 25f03b44b4..3420a051af 100644
--- a/tbl_sql.php
+++ b/tbl_sql.php
@@ -17,7 +17,7 @@ $GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'makegrid.js';
$GLOBALS['js_include'][] = 'sql.js';
-require 'libraries/tbl_common.php';
+require 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_sql.php&back=tbl_sql.php';
require_once 'libraries/sql_query_form.lib.php';
diff --git a/tbl_structure.php b/tbl_structure.php
index 8032abf91a..a1399fbd58 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -86,7 +86,7 @@ $cfgRelation = PMA_getRelationsParam();
/**
* Runs common work
*/
-require_once 'libraries/tbl_common.php';
+require_once 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_structure.php&back=tbl_structure.php';
$url_params['goto'] = 'tbl_structure.php';
$url_params['back'] = 'tbl_structure.php';
diff --git a/tbl_tracking.php b/tbl_tracking.php
index 51740c162b..4740d135b2 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -9,7 +9,7 @@
require_once './libraries/common.inc.php';
define('TABLE_MAY_BE_ABSENT', true);
-require './libraries/tbl_common.php';
+require './libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_tracking.php&back=tbl_tracking.php';
$url_params['goto'] = 'tbl_tracking.php';;
$url_params['back'] = 'tbl_tracking.php';
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 957c555eea..41726f8537 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -138,7 +138,7 @@ $titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse foreign values'));
*/
// Gets some core libraries
-require_once './libraries/tbl_common.php';
+require_once './libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
/**
diff --git a/view_operations.php b/view_operations.php
index 3dafd94d05..45a74b7ebf 100644
--- a/view_operations.php
+++ b/view_operations.php
@@ -15,7 +15,7 @@ $pma_table = new PMA_Table($GLOBALS['table'], $GLOBALS['db']);
/**
* Runs common work
*/
-require './libraries/tbl_common.php';
+require './libraries/tbl_common.inc.php';
$url_query .= '&goto=view_operations.php&back=view_operations.php';
$url_params['goto'] = $url_params['back'] = 'view_operations.php';