freeside/FS/FS/ClientAPI Agent.pm,1.3,1.4 MyAccount.pm,1.31,1.32 Signup.pm,1.18,1.19 passwd.pm,1.4,1.5

ivan ivan at pouncequick.420.am
Fri Feb 4 17:30:58 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory pouncequick:/tmp/cvs-serv24077/ClientAPI

Modified Files:
	Agent.pm MyAccount.pm Signup.pm passwd.pm 
Log Message:
remove unnecessary circular use of FS::ClientAPI, doesn't work with 5.8.[56] + perl??

Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Signup.pm	29 Jan 2005 12:34:11 -0000	1.18
+++ Signup.pm	5 Feb 2005 01:30:55 -0000	1.19
@@ -16,7 +16,7 @@
 use FS::queue;
 use FS::reg_code;
 
-use FS::ClientAPI; #hmm
+#use FS::ClientAPI; #hmm
 FS::ClientAPI->register_handlers(
   'Signup/signup_info'  => \&signup_info,
   'Signup/new_customer' => \&new_customer,

Index: Agent.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Agent.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Agent.pm	2 Dec 2004 09:59:47 -0000	1.3
+++ Agent.pm	5 Feb 2005 01:30:55 -0000	1.4
@@ -10,7 +10,7 @@
 use FS::agent;
 use FS::cust_main qw(smart_search);
 
-use FS::ClientAPI;
+#use FS::ClientAPI;
 FS::ClientAPI->register_handlers(
   'Agent/agent_login'          => \&agent_login,
   'Agent/agent_logout'         => \&agent_logout,

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- MyAccount.pm	27 Jan 2005 23:01:16 -0000	1.31
+++ MyAccount.pm	5 Feb 2005 01:30:55 -0000	1.32
@@ -19,7 +19,7 @@
 use FS::cust_main_county;
 use FS::cust_pkg;
 
-use FS::ClientAPI; #hmm
+#use FS::ClientAPI; #hmm
 FS::ClientAPI->register_handlers(
   'MyAccount/login'              => \&login,
   'MyAccount/logout'             => \&logout,

Index: passwd.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/passwd.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- passwd.pm	19 Mar 2004 12:36:01 -0000	1.4
+++ passwd.pm	5 Feb 2005 01:30:55 -0000	1.5
@@ -5,7 +5,7 @@
 use FS::svc_acct;
 use FS::svc_domain;
 
-use FS::ClientAPI; #hmm
+#use FS::ClientAPI; #hmm
 FS::ClientAPI->register_handlers(
   'passwd/passwd' => \&passwd,
   'passwd/chfn' => \&chfn,




More information about the freeside-commits mailing list