From 54b3449bc40e58de4ad4ec229060b7c0e4ab05c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 19 Jan 2002 19:15:06 +0000 Subject: [PATCH] ensured compatibility with old releases --- libraries/common.lib.php3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 20bb9241d..29dea71f1 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -126,6 +126,9 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){ if (!isset($cfgRepeatCells)) { $cfgRepeatCells = 100; } + if (!isset($cfgLeftFrameLight)) { + $cfgLeftFrameLight = TRUE; + } // Adds a trailing slash et the end of the phpMyAdmin uri if it does not // exist