Just thought I would let you know that the print format specifier is displayed int he Description of the Confirm Migration page as seen below:
<snip>
Confirm Migration
Users to import:
Albums to import
Top level albums and albums whose parents are not selected will be imported into this album:
Title: Year 2004
Description: %s
</snip>
I believe I'm using the build from 2004/06/01.
Lou
Posts: 7994
The %s winds up in the output string when there's a null input value for that field. Jesse, you should make sure that if there's no input value for, say, the description you put the empty string in there.