[freeside-commits] freeside/FS/FS part_export.pm,1.99,1.100

Ivan,,, ivan at wavetail.420.am
Fri Dec 29 00:24:23 PST 2006


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv2966

Modified Files:
	part_export.pm 
Log Message:
use FS::queue for exports, though they should probably just use it themselves

Index: part_export.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export.pm,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- part_export.pm	17 Aug 2005 22:23:45 -0000	1.99
+++ part_export.pm	29 Dec 2006 08:24:21 -0000	1.100
@@ -10,6 +10,9 @@
 use FS::part_export_option;
 use FS::export_svc;
 
+#for export modules, though they should probably just use it themselves
+use FS::queue;
+
 @ISA = qw( FS::option_Common );
 @EXPORT_OK = qw(export_info);
 



More information about the freeside-commits mailing list