Skip to content

Commit 99d6a59

Browse files
author
Till Brehm
committed
Fixed: FS#3520 - Default values in forms are invalid
1 parent e032124 commit 99d6a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/sites/form/database.tform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
'type' => array (
8989
'datatype' => 'VARCHAR',
9090
'formtype' => 'SELECT',
91-
'default' => 'y',
91+
'default' => 'mysql',
9292
'value' => array('mysql' => 'MySQL')
9393
),
9494
'database_name' => array (
@@ -139,7 +139,7 @@
139139
'database_charset' => array (
140140
'datatype' => 'VARCHAR',
141141
'formtype' => 'SELECT',
142-
'default' => 'y',
142+
'default' => '',
143143
'value' => array('' => 'DB-Default', 'latin1' => 'Latin 1', 'utf8' => 'UTF-8')
144144
),
145145
'remote_access' => array (

0 commit comments

Comments
 (0)