Received the following error message:

Notice: Undefined offset: 1 in support_timer_to_hours() (line 485 of (path to Drupal site)/sites/default/modules/support_timer/support_timer.module).

This was done from when a user has logged in, goes to "My Account" and clicks on the "user_timer_report" tab.

CommentFileSizeAuthor
#2 support_timer-offset.patch405 bytescewoj

Comments

LinuxETC’s picture

Similar comes up with going to the URL with "(site URL)/support/(client)/client_timer_report" found on the "Client Timer Report" tab from "My Account".

cewoj’s picture

Issue summary: View changes
StatusFileSize
new405 bytes

In this case there is no minutes in the time array. You should add some checks for that.