diff options
-rw-r--r-- | FS/FS/part_export/acct_sql.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm index e2282372f..6a93227a4 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -106,7 +106,7 @@ to be configured for different mail server setups. '> <LI><INPUT TYPE="button" VALUE="postfix_native_mailbox" onClick=' this.form.table.value = "users"; - this.form.schema.value = "$postfix_native_map"; + this.form.schema.value = "$postfix_native_mailbox_map"; this.form.primary_key.value = "userid"; </UL> END |