From d328affeeffd88bf9b26781d1fa234fb0eeb6364 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 17 Jun 2008 12:16:57 +0000 Subject: [PATCH] This is a number. --- libraries/config.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index a39ec24f5b..c41486b8f9 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -155,7 +155,7 @@ $cfg['Servers'][$i]['auth_type'] = 'config'; /** * File containing Feebee ids and login names (see /contrib); - * leave empty to deactivate Feebee hardware authentication + * leave empty to deactivate Feebee hardware authentication * * @global string $cfg['Servers'][$i]['auth_feebee_config'] */ @@ -622,7 +622,7 @@ $cfg['LeftFrameTableSeparator']= '__'; * * @global integer $cfg['LeftFrameTableLevel'] */ -$cfg['LeftFrameTableLevel'] = '1'; +$cfg['LeftFrameTableLevel'] = 1; /** * display table comment as tooltip in left frame -- 2.11.4.GIT