[freeside-commits] freeside/FS/FS cust_main.pm,1.347,1.348

Ivan,,, ivan at wavetail.420.am
Tue Jun 17 22:22:54 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14243

Modified Files:
	cust_main.pm 
Log Message:
%statuscolor is either a global or a my var, make up your mind

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- cust_main.pm	17 Jun 2008 03:35:56 -0000	1.347
+++ cust_main.pm	18 Jun 2008 05:22:52 -0000	1.348
@@ -5007,7 +5007,7 @@
 =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



More information about the freeside-commits mailing list