Skip to content
Snippets Groups Projects
Commit 99d6a590 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3520 - Default values in forms are invalid

parent e0321244
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ $form["tabs"]['database'] = array (
'type' => array (
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'default' => 'y',
'default' => 'mysql',
'value' => array('mysql' => 'MySQL')
),
'database_name' => array (
......@@ -139,7 +139,7 @@ $form["tabs"]['database'] = array (
'database_charset' => array (
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'default' => 'y',
'default' => '',
'value' => array('' => 'DB-Default', 'latin1' => 'Latin 1', 'utf8' => 'UTF-8')
),
'remote_access' => array (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment