From 5cfd278e874066f1b6a2011fc5609609483bb1f6 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Wed, 16 Nov 2022 16:42:37 +0530 Subject: update error message --- cfd_research_migration.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit