freeside/FS/FS/part_export acct_sql.pm,1.5,1.6
ivan
ivan at pouncequick.420.am
Wed May 26 06:07:50 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv31280/part_export
Modified Files:
acct_sql.pm
Log Message:
fix table name
Index: acct_sql.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/acct_sql.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- acct_sql.pm 26 May 2004 13:02:30 -0000 1.5
+++ acct_sql.pm 26 May 2004 13:07:47 -0000 1.6
@@ -69,7 +69,7 @@
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";
'>
More information about the freeside-commits
mailing list