X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/03c03896828d818303c12dfe2e368f5bd9e7dbae..2fb29ce0672acc8828496861db80f3cac32a49a1:/topdf.php
diff --git a/topdf.php b/topdf.php
index 15ac1ee9..e3801d27 100644
--- a/topdf.php
+++ b/topdf.php
@@ -172,27 +172,27 @@ if ($totals_only) {
$html .= '
'.$i18n->get('label.subtotal').' | ';
if ($user->can('view_reports') || $user->can('view_all_reports') || $user->isClient()) {
$html .= '';
- if ($group_by1 == 'user') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['user']);
$html .= ' | ';
}
if ($bean->getAttribute('chclient')) {
$html .= '';
- if ($group_by1 == 'client') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['client']);
$html .= ' | ';
}
if ($bean->getAttribute('chproject')) {
$html .= '';
- if ($group_by1 == 'project') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['project']);
$html .= ' | ';
}
if ($bean->getAttribute('chtask')) {
$html .= '';
- if ($group_by1 == 'task') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['task']);
$html .= ' | ';
}
if ($bean->getAttribute('chcf_1')) {
$html .= '';
- if ($group_by1 == 'cf_1') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['cf_1']);
$html .= ' | ';
}
if ($bean->getAttribute('chstart')) $html .= ' | ';
@@ -261,27 +261,27 @@ if ($totals_only) {
$html .= ''.$i18n->get('label.subtotal').' | ';
if ($user->can('view_reports') || $user->can('view_all_reports') || $user->isClient()) {
$html .= '';
- if ($group_by1 == 'user') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['user']);
$html .= ' | ';
}
if ($bean->getAttribute('chclient')) {
$html .= '';
- if ($group_by1 == 'client') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['client']);
$html .= ' | ';
}
if ($bean->getAttribute('chproject')) {
$html .= '';
- if ($group_by1 == 'project') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['project']);
$html .= ' | ';
}
if ($bean->getAttribute('chtask')) {
$html .= '';
- if ($group_by1 == 'task') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['task']);
$html .= ' | ';
}
if ($bean->getAttribute('chcf_1')) {
$html .= '';
- if ($group_by1 == 'cf_1') $html .= htmlspecialchars($subtotals[$prev_grouped_by]['name']);
+ $html .= htmlspecialchars($subtotals[$prev_grouped_by]['cf_1']);
$html .= ' | ';
}
if ($bean->getAttribute('chstart')) $html .= ' | ';