From c767e3fbbc65c500a61f22213452482c58b7c573 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Fri, 5 Jul 2013 07:23:48 +0000 Subject: [PATCH] * remove the lang: showAll and hideClosed. --- lib/front/front.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/front/front.class.php b/lib/front/front.class.php index 4b81875634..ea5993660a 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -769,8 +769,6 @@ EOT; $jsConfig->currentMethod = $methodName; $jsConfig->clientLang = $clientLang; $jsConfig->requiredFields = $requiredFields; - $jsConfig->lblShowAll = $lang->showAll; - $jsConfig->lblHideClosed = $lang->hideClosed; $jsConfig->submitting = $lang->submitting; $jsConfig->save = $lang->save; $jsConfig->router = $app->server->PHP_SELF;