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:
authorMarc Delisle <marc@infomarc.info>2012-11-19 21:31:24 +0400
committerMarc Delisle <marc@infomarc.info>2012-11-19 21:31:24 +0400
commit2e9738379deba1b9cea718c635de019d3f28cc8f (patch)
tree59457b24a7e51158cfb12e232a4d3e095c4570c4 /tbl_change.php
parent7c6fe60b35ee0f2c1a96f125087f35c87a996497 (diff)
Improved library file name
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index a47d1c55af..9478c7b882 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -49,7 +49,7 @@ if (isset($_REQUEST['after_insert'])) {
/**
* file listing
*/
-require_once 'libraries/file_listing.php';
+require_once 'libraries/file_listing.lib.php';
/**