freeside/FS/FS/ClientAPI MyAccount.pm,1.23,1.24

ivan ivan at pouncequick.420.am
Mon Jun 21 05:27:46 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory pouncequick:/tmp/cvs-serv22801

Modified Files:
	MyAccount.pm 
Log Message:
fix harmless typo, closes; Bug#872

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- MyAccount.pm	21 Jun 2004 10:45:15 -0000	1.23
+++ MyAccount.pm	21 Jun 2004 12:27:43 -0000	1.24
@@ -238,7 +238,7 @@
 
   #list all counties/states/countries
   $return{'cust_main_county'} = 
-      [ map { $_->hashref } qsearch('cust_main_county', {}) ],
+      [ map { $_->hashref } qsearch('cust_main_county', {}) ];
 
   #shortcut for one-country folks
   my $conf = new FS::Conf;




More information about the freeside-commits mailing list