diff options
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index 25777b2..25c67c6 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -312,15 +312,15 @@ function textbook_companion_menu() 'file' => 'search.inc', 'weight' => 4, ); - // $items['textbook_search/student'] = array( - // 'title' => 'By Student', - // 'description' => '', - // 'page callback' => 'textbook_companion_browse_student', - // 'access arguments' => array('access content'), - // 'type' => MENU_LOCAL_TASK, - // 'file' => 'search.inc', - // 'weight' => 5, - // ); + $items['textbook_search/student'] = array( + 'title' => 'By Student', + 'description' => '', + 'page callback' => 'textbook_companion_browse_student', + 'access arguments' => array('access content'), + 'type' => MENU_LOCAL_TASK, + 'file' => 'search.inc', + 'weight' => 5, + ); $items['textbook_run'] = array( 'title' => 'Download Codes', |