Commit 172ac6cf authored by Frank Bergmann's avatar Frank Bergmann

- Improving security by added -limit_to xxx to all im_opt_val calls

parent b1da5a3a
......@@ -588,7 +588,6 @@ db_foreach sql $sql {
-cell_class $class
im_report_update_counters -counters $counters
ns_log Notice "timesheet-customer-project: company_project_id=$company_project_id, val=[im_opt_val hours_project_subtotal]"
set last_value_list [im_report_render_header \
-output_format $output_format \
......
......@@ -1210,7 +1210,6 @@ db_foreach sql $sql {
-cell_class $class
im_report_update_counters -counters $counters
ns_log Notice "timesheet-customer-project: company_project_id=$company_project_id, val=[im_opt_val hours_project_subtotal]"
set last_value_list [im_report_render_header \
-output_format $output_format \
......@@ -1307,7 +1306,6 @@ foreach user_absence $absence_list {
-cell_class $class
im_report_update_counters -counters $counters
ns_log Notice "timesheet-customer-project: company_project_id=$company_project_id, val=[im_opt_val hours_project_subtotal]"
set last_value_list [im_report_render_header \
-output_format $output_format \
......
......@@ -42,7 +42,6 @@ if {"" != $report_code} {
if {"" != $id} { set report_id $id }
}
ns_log Notice "/intranet-reporting/view: report_code='[im_opt_val report_code]', report_id='[im_opt_val report_id]'"
# ---------------------------------------------------------------
# Authentication
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment