From: ivan Date: Fri, 5 Sep 2003 13:19:03 +0000 (+0000) Subject: typo X-Git-Tag: NET_WHOIS_RAW_0_31~427 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c8b1222a15094d7b26f97798904c982616ca4c6f;hp=1db61c35afc546c51de4931ced48330c19af21eb 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"; }