X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttUserConfig.class.php;h=d0907bb6da4f82fc6eaea60fe60ed0f0a8fd68e4;hb=75a1eedb8977b8f2db459128bab9aaf367e3b58b;hp=b926994401f82405b2511ec07772b63969ea48ec;hpb=796b9e17473ca045e448b7876472bb73015247e9;p=timetracker.git 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.