diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php
index 7257a6f3..b343f1a8 100644
--- a/lam/templates/config/confmain.php
+++ b/lam/templates/config/confmain.php
@@ -278,7 +278,7 @@ $tabindex++;
echo ("
|
");
// LDAP cache timeout
-echo ("".
+/*echo (" |
".
_("Cache timeout") . " | ".
" | \n");
$tabindex++;
echo "";
printHelpLink(getHelp('', '214'), '214');
-echo " |
\n";
+echo "\n";*/
// LDAP search limit
$searchLimitOptions = array(
@@ -582,9 +582,9 @@ function checkInput() {
$errors[] = array("ERROR", _("Server address is invalid!"));
}
$conf->setUseTLS($_POST['useTLS']);
- if (!$conf->set_cacheTimeout($_POST['cachetimeout'])) {
+/* if (!$conf->set_cacheTimeout($_POST['cachetimeout'])) {
$errors[] = array("ERROR", _("Cache timeout is invalid!"));
- }
+ }*/
$conf->set_searchLimit($_POST['searchLimit']);
if (isLAMProVersion()) {
$conf->setAccessLevel($_POST['accessLevel']);