[freeside-commits] freeside/FS/FS/part_pkg flat.pm,1.14,1.15

Ivan,,, ivan at wavetail.420.am
Wed Apr 18 16:22:34 PDT 2007


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

Modified Files:
	flat.pm 
Log Message:
fix use statements for FS::UI::Web.  not "use"ing modules in the actual modules you use them in is bad, mmmkay

Index: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- flat.pm	12 Apr 2007 03:16:42 -0000	1.14
+++ flat.pm	18 Apr 2007 23:22:32 -0000	1.15
@@ -3,6 +3,7 @@
 use strict;
 use vars qw(@ISA %info);
 #use FS::Record qw(qsearch);
+use FS::UI::Web;
 use FS::part_pkg;
 
 @ISA = qw(FS::part_pkg);



More information about the freeside-commits mailing list