[freeside-commits] freeside/htetc handler.pl,1.86,1.86.2.1
Ivan,,,
ivan at wavetail.420.am
Thu Apr 19 13:18:09 PDT 2007
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv1085/htetc
Modified Files:
Tag: FREESIDE_1_7_BRANCH
handler.pl
Log Message:
fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an explicit import. did i mention this was really really weird?
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.86
retrieving revision 1.86.2.1
diff -u -d -r1.86 -r1.86.2.1
--- handler.pl 8 Feb 2007 09:13:21 -0000 1.86
+++ handler.pl 19 Apr 2007 20:18:07 -0000 1.86.2.1
@@ -128,7 +128,7 @@
use FS::Conf;
use FS::CGI qw(header menubar popurl rooturl table itable ntable idiot
eidiot small_custview myexit http_header);
- use FS::UI::Web;
+ use FS::UI::Web qw(svc_url);
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email send_fax states_hash counties state_label );
use FS::Report::Table::Monthly;
More information about the freeside-commits
mailing list