[freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.13.2.1, 1.13.2.2
Ivan,,,
ivan at wavetail.420.am
Wed Apr 18 16:23:11 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail:/tmp/cvs-serv17421/FS/FS/part_pkg
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- flat.pm 12 Apr 2007 03:18:24 -0000 1.13.2.1
+++ flat.pm 18 Apr 2007 23:23:09 -0000 1.13.2.2
@@ -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