diff options
author | prashant | 2015-01-30 12:24:15 +0530 |
---|---|---|
committer | prashant | 2015-01-30 12:24:15 +0530 |
commit | c6aa4b880ef84f671960ebcfd37237dc16b15936 (patch) | |
tree | 9d95ccd01272533c18e358fb732213f665457543 /textbook_companion.module | |
parent | adcf1982cbf58519a5c7ac2ef3f1e7dc04176baa (diff) | |
download | scilab_textbook_companion-c6aa4b880ef84f671960ebcfd37237dc16b15936.tar.gz scilab_textbook_companion-c6aa4b880ef84f671960ebcfd37237dc16b15936.tar.bz2 scilab_textbook_companion-c6aa4b880ef84f671960ebcfd37237dc16b15936.zip |
disabled text book search by student
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 25c67c6..25777b2 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', |