I've got a problem with this mod that I haven't seen anyone else report. When I attempt to upload a CSV file, I get the following error:

Fatal error: Call to undefined function: strripos() in /home/tmvetsup/public_html/catalog_new/admin/add_customers_backend.php on line 15

That line on that file is as follows:

$pos = strripos($files['name'],'.')+1;

The CSV file was created in Excel, and all the necessary info is included. This error comes up regardless of which Insert Mode I use.

Oh, yes, and you can add me to the list of people who are having the previously reported problems when manually adding customers with the form. I got rid of the error message at the top by commenting out the offending code, but that bit about Address 1 being moved to the Company field is a real pain, resulting in a lot of wasted time going in to correct each record.