[freeside-commits] freeside/FS/FS ClientAPI_SessionCache.pm, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Fri Jan 30 12:44:03 PST 2009


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

Modified Files:
	ClientAPI_SessionCache.pm 
Log Message:
should use FS::Conf

Index: ClientAPI_SessionCache.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI_SessionCache.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ClientAPI_SessionCache.pm	28 Nov 2007 08:46:15 -0000	1.2
+++ ClientAPI_SessionCache.pm	30 Jan 2009 20:44:01 -0000	1.3
@@ -3,6 +3,7 @@
 use strict;
 use vars qw($module);
 use FS::UID qw(datasrc);
+use FS::Conf;
 
 #ask FS::UID to run this stuff for us later
 install_callback FS::UID sub { 



More information about the freeside-commits mailing list