Skip to content

Commit 456db47

Browse files
author
Marius Burkard
committed
Fixed syntax
1 parent c7ee618 commit 456db47

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

interface/web/client/form/client.tform.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,8 @@
943943
'formtype' => 'CHECKBOX',
944944
'default' => 'y',
945945
'valuelimit' => 'client:limit_mail_backup',
946+
'value' => array(0 => 'n', 1 => 'y')
947+
),
946948
'limit_relayhost' => array (
947949
'datatype' => 'VARCHAR',
948950
'formtype' => 'CHECKBOX',

interface/web/client/form/reseller.tform.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,8 @@
940940
'datatype' => 'VARCHAR',
941941
'formtype' => 'CHECKBOX',
942942
'default' => 'y',
943-
'valuelimit' => 'client:limit_mail_backup',
943+
'value' => array(0 => 'n', 1 => 'y')
944+
),
944945
'limit_relayhost' => array (
945946
'datatype' => 'VARCHAR',
946947
'formtype' => 'CHECKBOX',

0 commit comments

Comments
 (0)