]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttUserConfig.class.php
Work in progress on project attachment list view.
[timetracker.git] / WEB-INF / lib / ttUserConfig.class.php
index b926994401f82405b2511ec07772b63969ea48ec..d0907bb6da4f82fc6eaea60fe60ed0f0a8fd68e4 100644 (file)
@@ -32,6 +32,7 @@ define('SYSC_LAST_REPORT_EMAIL', 'last_report_email');
 define('SYSC_LAST_REPORT_CC', 'last_report_cc');
 define('SYSC_LAST_INVOICE_EMAIL', 'last_invoice_email');
 define('SYSC_LAST_INVOICE_CC', 'last_invoice_cc');
+define('SYSC_PDF_REPORT_PAGE_BREAKS', 'pdf_report_page_breaks');
 
 // Class ttUserConfig is used for storing and retrieving named values associated with users.
 // When user is working on behalf of someone else, this class is still associated with a user.