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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | support_timer-offset.patch | 405 bytes | cewoj |
Comments
Comment #1
LinuxETC commentedSimilar 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".
Comment #2
cewoj commentedIn this case there is no minutes in the time array. You should add some checks for that.