From 63f34c9c207f3925ce18658b72f4634fecaf9867 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 18 Jun 2008 05:22:52 +0000 Subject: [PATCH] %statuscolor is either a global or a my var, make up your mind --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0