[freeside-commits] freeside/rt/lib/RT/URI/freeside Internal.pm, 1.5, 1.6 XMLRPC.pm, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Mon Jun 2 10:06:11 PDT 2008
Update of /home/cvs/cvsroot/freeside/rt/lib/RT/URI/freeside
In directory wavetail.420.am:/tmp/cvs-serv25465/rt/lib/RT/URI/freeside
Modified Files:
Internal.pm XMLRPC.pm
Log Message:
badly placed small_custview all of a sudden causing fatal errors?! wtf
Index: Internal.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/URI/freeside/Internal.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Internal.pm 1 Apr 2008 08:43:33 -0000 1.5
+++ Internal.pm 2 Jun 2008 17:06:09 -0000 1.6
@@ -32,7 +32,8 @@
use FS;
use FS::UID qw(dbh);
-use FS::CGI qw(popurl small_custview);
+use FS::CGI qw(popurl);
+use FS::UI::Web::small_custview qw(small_custview);
use FS::Conf;
use FS::Record qw(qsearchs qsearch dbdef);
use FS::cust_main;
@@ -115,7 +116,7 @@
sub small_custview {
- return &FS::CGI::small_custview(@_);
+ return &FS::UI::Web::small_custview::small_custview(@_);
}
Index: XMLRPC.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/URI/freeside/XMLRPC.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- XMLRPC.pm 12 Mar 2005 16:07:29 -0000 1.2
+++ XMLRPC.pm 2 Jun 2008 17:06:09 -0000 1.3
@@ -115,7 +115,7 @@
sub small_custview {
- return _XMLRPCRequest('CGI.small_custview', @_);
+ return _XMLRPCRequest('Web.UI.small_custview.small_custview', @_);
}
More information about the freeside-commits
mailing list