summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdwsim_flowsheet.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwsim_flowsheet.module b/dwsim_flowsheet.module
index 4244738..58130ce 100755
--- a/dwsim_flowsheet.module
+++ b/dwsim_flowsheet.module
@@ -416,7 +416,7 @@ function dwsim_flowsheet_menu()
),
'file' => 'pdf/cert_new.inc'
);
- $items['flowsheeting-project/certificates_custom'] = array(
+ $items['flowsheeting-project/certificates-custom'] = array(
'title' => 'List of Flowsheet Custom Certificates',
'description' => 'List of flowsheet Custom Certificates',
'page callback' => '_list_flowsheet_custom_certificates',
@@ -425,7 +425,7 @@ function dwsim_flowsheet_menu()
),
'file' => 'pdf/list_mentor_certificates.inc'
);
- $items['flowsheeting-project/certificates_custom/pdf'] = array(
+ $items['flowsheeting-project/certificates-custom/pdf'] = array(
'title' => 'Download Certificate',
'description' => 'Download Certificate',
'page callback' => 'drupal_get_form',