summaryrefslogtreecommitdiff
path: root/textbook_companion.module
diff options
context:
space:
mode:
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-xtextbook_companion.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index 490cabd..7d82b03 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -272,7 +272,7 @@ function textbook_companion_menu()
'file' => 'code.inc',
'weight' => 2
);
- /* $items['textbook_companion/code/upload_dep'] = array(
+ $items['textbook-companion/code/upload-dep'] = array(
'title' => 'Upload Dependency',
'description' => 'Upload Dependency Files',
'page callback' => 'drupal_get_form',
@@ -282,7 +282,7 @@ function textbook_companion_menu()
'file' => 'dependency.inc',
'weight' => 3,
);
- $items['textbook_companion/code/edit_dep'] = array(
+ /*$items['textbook_companion/code/edit_dep'] = array(
'title' => 'Edit Dependency',
'description' => 'Edit Dependency File',
'page callback' => 'edit_dependency',