You are here

Functions in Case Tracker 5

Primary tabs

Namesort descending Location Description Direct uses Strings
_casetracker_mail_comment_message ./casetracker_mail.module 3
_casetracker_mail_plain_description ./casetracker_mail.module Function to clear the possible html from a mail and generate readable txt version 1
_casetracker_mail_subject ./casetracker_mail.module Returns the default subject line for Case Tracker mails. 3
_casetracker_next_case_number ./casetracker.module Returns the next case number for use in a project. Case numbers are unique to a project, so there will be multiple case number 100s, etc. See also _casetracker_next_project_number(). 1
_casetracker_next_project_number ./casetracker.module Returns the next project number for use. We don't use Drupal sequences here because our projects increment by 100, not 1. We keep the latest value stored as a variable so we don't have to worry about deletions/reuse. We didn't want to… 1
_casetracker_update_db_next_id ./casetracker.install 1

Pages

Other projects