diff options
| author | ivan <ivan> | 2003-09-05 13:19:03 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-09-05 13:19:03 +0000 |
| commit | c8b1222a15094d7b26f97798904c982616ca4c6f (patch) | |
| tree | f403e021a00ad17cbd0b4ce0d9e2bbba860a172a | |
| parent | 1db61c35afc546c51de4931ced48330c19af21eb (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"; } |
