[freeside-commits] freeside/htetc handler.pl,1.87,1.88
Ivan,,,
ivan at wavetail.420.am
Thu Apr 19 13:18:06 PDT 2007
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv1083/htetc
Modified Files:
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.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- handler.pl 26 Feb 2007 17:54:18 -0000 1.87
+++ handler.pl 19 Apr 2007 20:18:04 -0000 1.88
@@ -127,7 +127,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