Commit a5ba4798 authored by Frank Bergmann's avatar Frank Bergmann

- minor cleanup

parent daf8bfca
......@@ -56,7 +56,7 @@ if {$hours_end_date > $diagram_end_date} { set diagram_end_date $hours_end_date
# Pull out for every day of the diagram the planned work per project.
# Later we will aggregate this amount per month and format the result
# in JSON format for JavaScript use.
# in JSON format for JS use.
set workload_sql "
select to_char(day.day, 'YYYY-MM') as month,
to_char(day.day, 'YYYY-IW') as week,
......
......@@ -12,7 +12,7 @@
<version name="5.0.4.0.0" url="http://www.project-open.net/download/apm/sencha-reporting-portfolio-5.0.4.0.0.apm">
<owner url="mailto:frank.bergmann@project-open.com">Frank Bergmann</owner>
<summary>Interface to Sencha JavaScript Libraries</summary>
<summary>Interface to Sencha JS Libraries</summary>
<release-date>2016-11-15</release-date>
<vendor url="http://www.project-open.com/">]project-open[</vendor>
<license>]project-open[ Free License (FL)</license>
......
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