Gossamer Forum
Home : Products : DBMan : Customization :

Bugfix in Archive Records mod

 
Bugfix in Archive Records mod
I just made a correction to the "archive records" mod.

In sub unarchive_records, change

print DB &join_encode(%in) . "\n";

to

print DB "$line\n";


JPD