diff --git a/project_issue.module b/project_issue.module
index 586e28e..5465c37 100644
--- a/project_issue.module
+++ b/project_issue.module
@@ -20,6 +20,8 @@ function project_issue_init() {
   /// @TODO: this should only be done on pages that need it.
   $path = drupal_get_path('module', 'project_issue');
   drupal_add_css($path .'/project_issue.css');
+
+  // dww was here in hook_init().
 }
 
 /**
