summaryrefslogtreecommitdiff
path: root/om_pssp.module
diff options
context:
space:
mode:
authorSashi202019-11-14 14:16:24 +0530
committerSashi202019-11-14 14:16:24 +0530
commitec453ec7e823311098506ebdd29924a26ff47a20 (patch)
treed9c27a0c016a7e089c17617019f3e978548f7edd /om_pssp.module
parent719fa4c487995fb463f8945bf998e816b7d6cb03 (diff)
downloadom_pssp-ec453ec7e823311098506ebdd29924a26ff47a20.tar.gz
om_pssp-ec453ec7e823311098506ebdd29924a26ff47a20.tar.bz2
om_pssp-ec453ec7e823311098506ebdd29924a26ff47a20.zip
Modify url to download abstract file submitted during project submission
Diffstat (limited to 'om_pssp.module')
-rwxr-xr-xom_pssp.module10
1 files changed, 10 insertions, 0 deletions
diff --git a/om_pssp.module b/om_pssp.module
index 3f19e4a..fc4da49 100755
--- a/om_pssp.module
+++ b/om_pssp.module
@@ -182,6 +182,16 @@ function om_pssp_menu()
'type' => MENU_CALLBACK,
'file' => 'download.inc'
);
+ $items['powersystems/pssp/download/abstract-file'] = array(
+ 'title' => 'Download abstract file',
+ 'description' => 'Download abstract file',
+ 'page callback' => 'om_pssp_project_files',
+ 'access arguments' => array(
+ 'om pssp download code'
+ ),
+ 'type' => MENU_CALLBACK,
+ 'file' => 'download.inc'
+ );
$items['powersystems/pssp/download/file'] = array(
'title' => 'Code Download',
'description' => 'Code Download',