Skip to content

Commit

Permalink
#56 [TimeSpent] fix: loadPlannedTime function name
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-theo committed Nov 8, 2022
1 parent a139bc3 commit 1702b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dolisirh_function.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function loadTimeSpentWithinRange($datestart, $dateend, $taskid = 0, $userid = 0
* @return int 0 < if OK, >0 if KO
* @throws Exception
*/
function loadTimeToSpendWithinRange($datestart, $dateend, $userid = 0)
function loadPlannedTimeWithinRange($datestart, $dateend, $userid = 0)
{
global $db;

Expand Down

0 comments on commit 1702b31

Please sign in to comment.