Skip to content

Commit 5b831f9

Browse files
author
redray
committed
1 parent be9816e commit 5b831f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
'datatype' => 'VARCHAR',
120120
'formtype' => 'SELECT',
121121
'default' => 'y',
122-
'value' => array('' => 'MySQL Default','latin1' => 'Latin 1','utf8' => 'UTF-8')
122+
'value' => array('' => 'DB-Default','latin1' => 'Latin 1','utf8' => 'UTF-8')
123123
),
124124
'remote_access' => array (
125125
'datatype' => 'VARCHAR',

0 commit comments

Comments
 (0)