From: ivan Date: Tue, 17 Mar 2009 20:04:16 +0000 (+0000) Subject: apacheip isn't actually deprecated yet X-Git-Tag: freeside_1_9_1^2~588 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d8942379e744c35b50c3f43ef68ef78afbfad243;p=freeside.git apacheip isn't actually deprecated yet --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 67ce56c6d..9197bb153 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -573,8 +573,11 @@ worry that config_items is freeside-specific and icky. { 'key' => 'apacheip', - 'section' => 'deprecated', - 'description' => 'DEPRECATED, add an apache export instead. Used to be the current IP address to assign to new virtual hosts', + #not actually deprecated yet + #'section' => 'deprecated', + #'description' => 'DEPRECATED, add an apache export instead. Used to be the current IP address to assign to new virtual hosts', + 'section' => '', + 'description' => 'IP address to assign to new virtual hosts', 'type' => 'text', }, @@ -686,8 +689,11 @@ worry that config_items is freeside-specific and icky. { 'key' => 'deletecredits', - 'section' => 'deprecated', - 'description' => 'DEPRECATED, now controlled by ACLs. Used to enable deletion of unclosed credits. Be very careful! Only delete credits that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a credit is deleted.', + #not actually deprecated yet + #'section' => 'deprecated', + #'description' => 'DEPRECATED, now controlled by ACLs. Used to enable deletion of unclosed credits. Be very careful! Only delete credits that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a credit is deleted.', + 'section' => '', + 'description' => 'One or more comma-separated email addresses to be notified when a credit is deleted.', 'type' => [qw( checkbox text )], },