summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-10-14 07:44:52 +0000
committerivan <ivan>2002-10-14 07:44:52 +0000
commit863f3af049164ba633a108f17017a3f749f45b24 (patch)
tree8bc8a9bac3d1b712458fb8cbf1ef900855e77e5e
parent25887e510e6276e18982406b19ec07d81a72587c (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 b5864aa4a..8befed451 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -993,7 +993,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',
},
);