summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaketh14992022-04-19 20:08:16 +0530
committerSaketh14992022-04-19 20:08:16 +0530
commitf3b9b474481114586c9fa8d5ec238b479d5a3b69 (patch)
treed4f0beccb050e7449eae1d9a294ff7a174c122fa
parent53b12dd3419d571d6ca337d359afe3890e554072 (diff)
downloadr_textbook_companion-f3b9b474481114586c9fa8d5ec238b479d5a3b69.tar.gz
r_textbook_companion-f3b9b474481114586c9fa8d5ec238b479d5a3b69.tar.bz2
r_textbook_companion-f3b9b474481114586c9fa8d5ec238b479d5a3b69.zip
Re-arranging order of the tabs
-rwxr-xr-xtextbook_companion.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index 8c4bee4..a9788b5 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -179,7 +179,7 @@ function textbook_companion_menu()
'approve code'
),
'type' => MENU_DEFAULT_LOCAL_TASK,
- 'weight' => 1,
+ 'weight' => 2,
'file' => 'code_approval.inc'
);
$items['textbook-companion/code-approval/codable-examples'] = array(
@@ -190,7 +190,7 @@ function textbook_companion_menu()
'approve code'
),
'type' => MENU_LOCAL_TASK,
- 'weight' => 2,
+ 'weight' => 1,
'file' => 'code_approval.inc'
);
$items['textbook-companion/code-approval/approve-codable-examples'] = array(