X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/46863f8e2310c275ec6d3b933d53717da711b05a..0c4f2c49ae759b4f4f9b5002d0a413f89b6498e6:/WEB-INF/lib/ttUserConfig.class.php diff --git a/WEB-INF/lib/ttUserConfig.class.php b/WEB-INF/lib/ttUserConfig.class.php index b9269944..d0907bb6 100644 --- a/WEB-INF/lib/ttUserConfig.class.php +++ b/WEB-INF/lib/ttUserConfig.class.php @@ -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.