Code: Select all
function cms_mapi_create_admin_form_start($module, $id, $method="post") {
return "<form name=\"".$id."moduleform\" method=\"$method\" action=\"moduleinterface.php\" ENCTYPE=\"multipart/form-data\"><input type=\"hidden\" name=\"module\" value=\"$module\" />\n";
}
Code: Select all
function cms_mapi_create_admin_form_start($module, $id, $method="post", $enctype="_whateverTheDefaultEncTypeIsCalled_")
hop it helps,
snorki