Revert "Allow to configure persistent database connections"
This reverts commit 61f251d6ad
.
This commit is contained in:
parent
af35794006
commit
6c2b4d3982
|
@ -146,17 +146,6 @@ class DbResourceForm extends Form
|
||||||
'label' => $this->translate('Character Set')
|
'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(
|
$this->addElement(
|
||||||
'checkbox',
|
'checkbox',
|
||||||
'use_ssl',
|
'use_ssl',
|
||||||
|
|
Loading…
Reference in New Issue