From: ivan Date: Wed, 18 Jun 2008 05:22:52 +0000 (+0000) Subject: %statuscolor is either a global or a my var, make up your mind X-Git-Tag: root_of_webpay_support~555 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=63f34c9c207f3925ce18658b72f4634fecaf9867;p=freeside.git %statuscolor is either a global or a my var, make up your mind --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 946495ceb..dfe254c89 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5007,7 +5007,7 @@ Returns a hex triplet color string for this customer's status. =cut use vars qw(%statuscolor); -tie my %statuscolor, 'Tie::IxHash', +tie %statuscolor, 'Tie::IxHash', 'prospect' => '7e0079', #'000000', #black? naw, purple 'active' => '00CC00', #green 'inactive' => '0000CC', #blue