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:
authorHerman van Rink <rink@initfour.nl>2010-02-09 22:57:06 +0300
committerHerman van Rink <rink@initfour.nl>2010-02-09 22:57:06 +0300
commita82cc85f04c8988a7c654a9df2798ed9693cb003 (patch)
treee5fe326c99389abbe386662f8823a0fa8fe21e73 /tbl_get_field.php
parent2ee9ff3e201b0c7182cb3d85d25e057dcde55168 (diff)
Code cleanup done during Fosdem2010
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index 34d88828a6..01773c936c 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -36,7 +36,7 @@ if ($result === false) {
}
/* Avoid corrupting data */
-@ini_set('url_rewriter.tags','');
+@ini_set('url_rewriter.tags', '');
header('Content-Type: ' . PMA_detectMIME($result));
header('Expires: ' . gmdate('D, d M Y H:i:s') . ' GMT');