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-05-01 02:46:18 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-05 19:44:27 +0400
commit28923b496ece621034280d65fa52a1cd22002f1c (patch)
tree6fef01116b43994b9a021fca61ad7d3f8fcaa5a4 /tbl_select.php
parent2c805ade8b3323e518238b38f56d5382759f9e7c (diff)
Renamed tbl_common.php to tbl_common.inc.php for better consistency
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php2
1 files changed, 1 insertions, 1 deletions
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 .= '&amp;goto=tbl_select.php&amp;back=tbl_select.php';