diff options
author | ivan <ivan> | 2004-05-26 13:07:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-26 13:07:47 +0000 |
commit | 3abe6ab40fa3ecee7b5c4038c556ccf4a4ab4227 (patch) | |
tree | 8b278da88f7a7e8c9895b62007d1bdcd55887b33 /FS | |
parent | 9e9e7407e7e8c5a94c27609145ee65205f984ac5 (diff) |
fix table name
Diffstat (limited to 'FS')
-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 8e102fcc1..dfc37d083 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -69,7 +69,7 @@ mail server setups through some subclassing rather than options. this.form.primary_key.value = "username"; '> <LI><INPUT TYPE="button" VALUE="postfix_courierimap_alias" onClick=' - this.form.table.value = "mailbox"; + this.form.table.value = "alias"; this.form.schema.value = "$postfix_courierimap_alias_map"; this.form.primary_key.value = "address"; '> |