X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=topdf.php;h=7d7a7f9d0cb82226ca9e7d818dd4e81577e5ad1e;hb=31d1263d1167f873afdc9e0fc588675359f46bb1;hp=f68be29c519ad1776c3e2540d16d7379f5943475;hpb=0c4f2c49ae759b4f4f9b5002d0a413f89b6498e6;p=timetracker.git diff --git a/topdf.php b/topdf.php index f68be29c..7d7a7f9d 100644 --- a/topdf.php +++ b/topdf.php @@ -221,7 +221,7 @@ if ($totals_only) { if (isTrue('PDF_REPORT_PAGE_BREAKS')) { import('ttUserConfig'); $uc = new ttUserConfig(); - $use_breaks = $uc->getValue(PDF_REPORT_PAGE_BREAKS); + $use_breaks = $uc->getValue(SYSC_PDF_REPORT_PAGE_BREAKS); if ($use_breaks) $html .= '
'; } }