Gossamer Forum
Home : Products : DBMan : Customization :

email notification mod?

Quote Reply
email notification mod?
I'm having brain lock! I want to list only those fields that are used but I don't want to include the credit card field. I know there is a way without building a new sub. Any ideas?

Here is the default in html.pl
----------------------------
foreach $column (@db_cols) {
print MAIL "$column: $rec{$column}\n";
}
----------------------------

http://www.mediamasters.net
Innovative web design and e-business solutions...
1-253-853-1731
Subject Author Views Date
Thread email notification mod? shark 1035 Aug 7, 2000, 3:51 PM
Thread Re: email notification mod?
LoisC 992 Aug 7, 2000, 6:11 PM
Post Re: email notification mod?
shark 989 Aug 7, 2000, 6:21 PM