Okay here's how I got it to work:
In easypopulate_4.php, change:
to:Code:zen_draw_form('import_form', basename($_SERVER['SCRIPT_NAME']), /*$parameters = */'', 'post', /*$params =*/ '', $request_type == 'SSL')
and also do the same with the forms "delete_form" and "split_form"Code:zen_draw_form('import_form', FILENAME_EASYPOPULATE_4, /*$parameters = */'', 'post', /*$params =*/ '', $request_type == 'SSL')
ChangingtoCode:basename($_SERVER['SCRIPT_NAME'])also works.Code:basename($_SERVER['SCRIPT_NAME'], '.php')


Reply With Quote

