Quote:
Originally Posted by swepics
I did this and named it ezboard.php. When I enter in the two names to merge, I get this message:
Was I supposed to name this bit of code anything in particular when I put it in the admincp?
|
I forgot to mention the filename. Yes, the filename is hardcoded as
ezimport.php. You can either rename it to ezimport.php or change:
Code:
print_form_header('ezimport', 'update');
to
Code:
print_form_header('ezboard', 'update');
Updated my original note.