[freeside-commits] freeside/FS/FS/part_export communigate_pro.pm, 1.15, 1.16

Ivan,,, ivan at wavetail.420.am
Fri May 11 12:03:35 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail:/tmp/cvs-serv25609

Modified Files:
	communigate_pro.pm 
Log Message:
logout seems not to return an error status, so don't up the queue with "failed: Can't logout of CGPro: No error"

Index: communigate_pro.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/communigate_pro.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- communigate_pro.pm	24 Mar 2004 14:28:47 -0000	1.15
+++ communigate_pro.pm	11 May 2007 19:03:32 -0000	1.16
@@ -170,7 +170,7 @@
 
   $cli->$method(@args) or die "CGPro error: ". $cli->getErrMessage;
 
-  $cli->Logout or die "Can't logout of CGPro: $CGP::ERR_STRING\n";
+  $cli->Logout; # or die "Can't logout of CGPro: $CGP::ERR_STRING\n";
 
 }
 



More information about the freeside-commits mailing list