summaryrefslogtreecommitdiff
path: root/tbc_external_review.module
diff options
context:
space:
mode:
Diffstat (limited to 'tbc_external_review.module')
-rwxr-xr-xtbc_external_review.module9
1 files changed, 5 insertions, 4 deletions
diff --git a/tbc_external_review.module b/tbc_external_review.module
index c3bc296..519ff8c 100755
--- a/tbc_external_review.module
+++ b/tbc_external_review.module
@@ -1,4 +1,5 @@
<?php
+ date_default_timezone_set('Asia/Calcutta');
function tbc_external_review_menu() {
$items = array();
@@ -1881,10 +1882,10 @@
$page_content .= "<li>The test consists of 5 code review questions that are mandatory.</li>";
$page_content .= "<li>Test duration is 25 minutes, after which the test will automatically close.</li>";
$page_content .= "</ul>";
- // $page_content .= "<u><b>" . l("Click here", "tbc_external_review/eligibility_test/question/1") . "</b></u>";
- // $page_content .= " to start the test.";
- $page_content .= "<strong>The test has been suspended for today due to technical reasons.</strong><br>";
- $page_content .= "<strong>Please visit this page tomorrow.</strong>";
+ $page_content .= "<u><b>" . l("Click here", "tbc_external_review/eligibility_test/question/1") . "</b></u>";
+ $page_content .= " to start the test.";
+ // $page_content .= "<strong>The test has been suspended for today due to technical reasons.</strong><br>";
+ // $page_content .= "<strong>Please visit this page tomorrow.</strong>";
}
return $page_content;
}