summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-10-14 07:44:50 +0000
committerivan <ivan>2002-10-14 07:44:50 +0000
commit196f70d25dc9dda5c765ab534734c307644dee0c (patch)
tree1a07469f4bfec81aabea533fe3c0d32ce2fa8e9e
parentab6a6774557598dc7cdfc57c941a4bf48f3bb64a (diff)
s/bool/checkbox/
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index c4d1a39d2..cf874aa35 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -979,7 +979,7 @@ httemplate/docs/config.html
'key' => 'svc_acct-alldomains',
'section' => '',
'description' => 'Allow accounts to select any domain in the database. Normally accounts can only select from the domain set in the service definition and those purchased by the customer.',
- 'type' => 'bool',
+ 'type' => 'checkbox',
},
);