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:
authorJo Michael <me@mynetx.net>2012-03-17 02:11:57 +0400
committerJo Michael <me@mynetx.net>2012-03-17 02:11:57 +0400
commitb2fd866d87abe49b7003393004dcec8805125362 (patch)
treec3593fe43dc230f17c983e460135071dc4d4371c /tbl_get_field.php
parent3b56f6a53b1cb74319fe58308907371ea93f725d (diff)
Leading ./ paths for includes can be omitted, part 2
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index 5c7d0171c8..962738cc38 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -8,8 +8,8 @@
/**
* Common functions.
*/
-require_once './libraries/common.inc.php';
-require_once './libraries/mime.lib.php';
+require_once 'libraries/common.inc.php';
+require_once 'libraries/mime.lib.php';
/* Check parameters */
PMA_checkParameters(array('db', 'table', 'where_clause', 'transform_key'));