fix table name
authorivan <ivan>
Wed, 26 May 2004 13:07:47 +0000 (13:07 +0000)
committerivan <ivan>
Wed, 26 May 2004 13:07:47 +0000 (13:07 +0000)
FS/FS/part_export/acct_sql.pm

index 8e102fc..dfc37d0 100644 (file)
@@ -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.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";
   '>
     this.form.schema.value = "$postfix_courierimap_alias_map";
     this.form.primary_key.value = "address";
   '>