Commit 592ade3a authored by Frank Bergmann's avatar Frank Bergmann

- minor cleanup

parent c6bd23b0
......@@ -1390,7 +1390,7 @@ ad_proc -private im_rest_post_object_type_im_hour_interval {
return [im_rest_error -format $format -http_status 406 -message "Variable '$var' not specified. The following variables are required: $required_vars"]
}
# Fix timestamp format between JavaScript and PostgreSQL 8.4/9.x
# Fix timestamp format between JS and PostgreSQL 8.4/9.x
# Wed Jul 23 2014 19:23:26 GMT+0200 (Romance Daylight Time)
switch $var {
interval_start - interval_end {
......
......@@ -693,7 +693,7 @@ ad_proc -public im_rest_parse_json_content {
}
ad_proc -public im_rest_normalize_timestamp { date_string } {
Reformat JavaScript date/timestamp format to suit PostgreSQL 8.4/9.x
Reformat JS date/timestamp format to suit PostgreSQL 8.4/9.x
@author Frank Bergmann
} {
set str $date_string
......
......@@ -79,7 +79,7 @@ if {[catch {
# Advance %completed.
# This is actually duplicate and possibly inconsistent, because
# because the JavaScript GanttEditor already calculated the
# because the JS GanttEditor already calculated the
# percentage. Let's hope both number are equal...
#
# However, we need to call this in order to update the main
......
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