Ticket #1233 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Typo in ispcp-mbox-mngr line 1340

Reported by: JCD Assigned to: rats
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC4
Severity: Don't know Keywords:
Cc:

Description

In ispcp-mbox-mngr on line 1340 is a typo:

my $mailboxes_cfg = $main::cgf{'MTA_VIRTUAL_MAILBOX_HASH'};

The g and f in cfg are swapped. Correct:

my $mailboxes_cfg = $main::cfg{'MTA_VIRTUAL_MAILBOX_HASH'};

Attachments

Change History

05/05/08 18:43:30 changed by rats

  • owner set to rats.
  • status changed from new to assigned.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

05/07/08 21:19:37 changed by zothos

  • status changed from assigned to closed.
  • resolution set to fixed.

fixed in r1138

05/15/08 11:09:24 changed by evfiginl


Add/Change #1233 (Typo in ispcp-mbox-mngr line 1340)




Action