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:
authorMichal Čihař <michal@cihar.com>2017-10-10 14:04:45 +0300
committerMichal Čihař <michal@cihar.com>2017-10-10 14:04:45 +0300
commite4ca1ae98f46a9c9c3e83071b1d75554c954dfc3 (patch)
treeb3611597067028e656e606eaeda1e30fa7062ce7 /test/bootstrap-dist.php
parent98964e2f59a010f288000b2fed5ee5b620b6a211 (diff)
Remove cell_align_left superglobal
It can be replaced by proper CSS. Issue #11731 Issue #12262 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'test/bootstrap-dist.php')
-rw-r--r--test/bootstrap-dist.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index 3d0528e07b..b1ef84844b 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -90,7 +90,6 @@ $_SESSION[' PMA_token '] = 'token';
$GLOBALS['PMA_Theme'] = PhpMyAdmin\Theme::load('./themes/pmahomme');
$_SESSION['tmpval']['pftext'] = 'F';
$GLOBALS['lang'] = 'en';
-$GLOBALS['cell_align_left'] = 'left';
// Check whether we have runkit extension
define('PMA_HAS_RUNKIT', function_exists('runkit_constant_redefine'));