// We need to close the form when we are updating the mp3 files.
if ($update_audio == 'true') {
$return .= '<divstyle="margin:40px 0; float:right;"><buttonclass="save"type="submit"name="save_audio"id="save_audio">' . get_lang('SaveAudioAndOrganization') . '</button></div>'; // TODO: What kind of language variable is this?
}
// We need to close the form when we are updating the mp3 files.
if ($update_audio == 'true') {
$return .= '<divstyle="margin:40px 0; float:right;"><buttonclass="save"type="submit"name="save_audio"id="save_audio">' . get_lang('SaveAudioAndOrganization') . '</button></div>'; // TODO: What kind of language variable is this?
}
}
// We need to close the form when we are updating the mp3 files.
if ($update_audio == 'true' && count($arrLP) != 0) {