File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 ##################################
You can’t perform that action at this time.
0 commit comments