diff options
Diffstat (limited to 'upload_code.inc')
-rwxr-xr-x | upload_code.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload_code.inc b/upload_code.inc index e2bb22f..f27f602 100755 --- a/upload_code.inc +++ b/upload_code.inc @@ -841,7 +841,7 @@ function dwsim_flowsheet_upload_abstract_code_form_submit($form, &$form_state) case 'S': if (file_exists($root_path . $dest_path . $_FILES['files']['name'][$file_form_name])) { - unlink($root_path . $dest_path . $_FILES['files']['name'][$file_form_name]); + //unlink($root_path . $dest_path . $_FILES['files']['name'][$file_form_name]); drupal_set_message(t("File !filename already exists hence overwirtten the exisitng file ", array( '!filename' => $_FILES['files']['name'][$file_form_name] )), 'error'); |