diff options
author | Sashi20 | 2024-07-15 16:29:47 +0530 |
---|---|---|
committer | GitHub | 2024-07-15 16:29:47 +0530 |
commit | 9f1fdefe0ea74bd5ed4267625e19fb8433379cd6 (patch) | |
tree | 71f655899e7c1d5229e4f10f4fd07a7acdc6bcb4 | |
parent | 2b3401ba1dd57af722a484d00c5fd98db44326dd (diff) | |
parent | b5c34a19c027ea895a9e418bd9a3fe16d03b71f9 (diff) | |
download | esim_research_migration-9f1fdefe0ea74bd5ed4267625e19fb8433379cd6.tar.gz esim_research_migration-9f1fdefe0ea74bd5ed4267625e19fb8433379cd6.tar.bz2 esim_research_migration-9f1fdefe0ea74bd5ed4267625e19fb8433379cd6.zip |
Merge pull request #8 from akshay9085/master
change the function name
-rwxr-xr-x | proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index 057b04d..7dec2c7 100755 --- a/proposal.inc +++ b/proposal.inc @@ -459,7 +459,7 @@ function esim_research_migration_proposal_form_submit($form, &$form_state) $project_title = trim($project_title); $proposar_name = $v['name_title'] . ' ' . $v['contributor_name']; $university = $v['university']; - $directory_name = _rm_df_dir_name($project_title, $proposar_name); + $directory_name = _rm_dir_name($project_title, $proposar_name); $result = "INSERT INTO {research_migration_proposal} ( uid, |