diff --git a/application/forms/Config/Resource/DbResourceForm.php b/application/forms/Config/Resource/DbResourceForm.php index c270f7d91..edf82e487 100644 --- a/application/forms/Config/Resource/DbResourceForm.php +++ b/application/forms/Config/Resource/DbResourceForm.php @@ -146,17 +146,6 @@ class DbResourceForm extends Form 'label' => $this->translate('Character Set') ) ); - $this->addElement( - 'checkbox', - 'persistent', - array( - 'description' => $this->translate( - 'Check this box for persistent database connections. Persistent connections are not closed at the' - . ' end of a request, but are cached and re-used. This is experimental' - ), - 'label' => $this->translate('Persistent') - ) - ); $this->addElement( 'checkbox', 'use_ssl',