From: ivan Date: Fri, 5 Sep 2003 13:19:05 +0000 (+0000) Subject: typo X-Git-Tag: freeside_1_4_2beta1~536 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=00467435f886dae5c7b0538fd6ba41c3908a5733;p=freeside.git typo --- diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm index bce7f301f..97c946ac2 100644 --- a/FS/FS/part_export/communigate_pro.pm +++ b/FS/FS/part_export/communigate_pro.pm @@ -108,6 +108,6 @@ sub communigate_pro_command { #subroutine, not method $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"; }