diff options
author | akshay9085 | 2022-11-16 16:42:37 +0530 |
---|---|---|
committer | akshay9085 | 2022-11-16 16:42:37 +0530 |
commit | 5cfd278e874066f1b6a2011fc5609609483bb1f6 (patch) | |
tree | 58efabb2d748a4b0ac8fee8396a9d40c8aee3d95 | |
parent | 4ca056568288011d76ca4849823d71b08df15073 (diff) | |
download | cfd_research_migration-5cfd278e874066f1b6a2011fc5609609483bb1f6.tar.gz cfd_research_migration-5cfd278e874066f1b6a2011fc5609609483bb1f6.tar.bz2 cfd_research_migration-5cfd278e874066f1b6a2011fc5609609483bb1f6.zip |
update error message
-rwxr-xr-x | cfd_research_migration.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfd_research_migration.module b/cfd_research_migration.module index 8c6097b..94e607c 100755 --- a/cfd_research_migration.module +++ b/cfd_research_migration.module @@ -835,7 +835,7 @@ function add_lecture_videos_form_submit($form, $form_state){ ); $result = db_query($query, $args); if(!$result){ - drupal_set_message("Something went wrong", 'error'); + drupal_set_message("Something went wrong, please contact the web team", 'error'); } else{ drupal_set_message("Video has been added successfully", "status"); |