Skip to content

Commit 6aa01ca

Browse files
author
oilyflutesalad
committed
Fixed the indentation of an array
1 parent 66d94a0 commit 6aa01ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,18 @@
133133
'default' => 'y',
134134
'value' => array(0 => 'n',1 => 'y')
135135
),
136-
'remote_ips' => array (
137-
'datatype' => 'TEXT',
138-
'formtype' => 'TEXT',
139-
'validators' => array ( 0 => array ( 'type' => 'CUSTOM',
140-
'class' => 'validate_database',
141-
'function' => 'valid_ip_list',
142-
'errmsg' => 'database_remote_error_ips'),
143-
),
144-
'default' => '',
145-
'value' => '',
146-
'width' => '60'
147-
),
136+
'remote_ips' => array (
137+
'datatype' => 'TEXT',
138+
'formtype' => 'TEXT',
139+
'validators' => array ( 0 => array ( 'type' => 'CUSTOM',
140+
'class' => 'validate_database',
141+
'function' => 'valid_ip_list',
142+
'errmsg' => 'database_remote_error_ips'),
143+
),
144+
'default' => '',
145+
'value' => '',
146+
'width' => '60'
147+
),
148148
##################################
149149
# ENDE Datatable fields
150150
##################################

0 commit comments

Comments
 (0)