[freeside-commits] freeside/FS/FS/part_export communigate_pro.pm, 1.15, 1.15.4.1
Ivan,,,
ivan at wavetail.420.am
Fri May 11 12:03:39 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail:/tmp/cvs-serv25611
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.15.4.1
diff -u -d -r1.15 -r1.15.4.1
--- communigate_pro.pm 24 Mar 2004 14:28:47 -0000 1.15
+++ communigate_pro.pm 11 May 2007 19:03:33 -0000 1.15.4.1
@@ -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