diff options
author | ivan <ivan> | 2003-09-05 13:19:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-05 13:19:05 +0000 |
commit | 00467435f886dae5c7b0538fd6ba41c3908a5733 (patch) | |
tree | 1dcd4b37bfbc4dfa7c27c552e98da2352870e432 | |
parent | 7980fc94295d84dd0062e495fa3c739c73fc53f2 (diff) |
typo
-rw-r--r-- | FS/FS/part_export/communigate_pro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |