From 27085c7d06faca8dad35eb6a8c246182b0f3e31b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 09 Jul 2009 06:39:54 -0400 Subject: [PATCH] Removed limit_clients field from client templates. --- interface/web/client/form/client_template.tform.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/client/form/client_template.tform.php b/interface/web/client/form/client_template.tform.php index e1dd51d..5f34c58 100644 --- a/interface/web/client/form/client_template.tform.php +++ b/interface/web/client/form/client_template.tform.php @@ -367,6 +367,7 @@ 'rows' => '', 'cols' => '' ), + /* 'limit_client' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', @@ -381,6 +382,7 @@ 'rows' => '', 'cols' => '' ), + */ 'limit_database' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', -- Gitblit v1.9.1