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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-20 17:16:18 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-20 17:16:18 +0300
commitd0facc3d4fe3a7594e38163cc75fd2da7c734fa7 (patch)
treeea8ea3e9620bcc42ee92f34766a50407d4f0fc8f /db_export.php
parent505a4c35e7c86cccbfe89f8f0c48f35ac669db03 (diff)
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
Diffstat (limited to 'db_export.php')
-rw-r--r--db_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_export.php b/db_export.php
index f87d2a237e..180e082b23 100644
--- a/db_export.php
+++ b/db_export.php
@@ -13,7 +13,7 @@
/**
* Gets some core libraries
*/
-require_once('./libraries/common.lib.php');
+require_once('./libraries/common.inc.php');
$sub_part = '_export';
require_once('./libraries/db_common.inc.php');