Skip to content

Commit

Permalink
Precommit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisée Chemin committed Nov 7, 2024
1 parent d92a3ad commit ed55627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/resource/element_resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
$eventDateEnd = dol_mktime(23, 59, 59, $eventDateStartArr['mon'], $eventDateStartArr['mday'], $eventDateStartArr['year']);
}

// Get the ressources busy during the period with the id "id"
// Get the resources busy during the period with the id "id"
$busyResources = getBusyResourcesInPeriod($eventDateStart, $eventDateEnd, array((int) $resource_id));

// sql error
Expand Down Expand Up @@ -190,7 +190,7 @@
$eventDateEnd = dol_mktime(23, 59, 59, $eventDateStartArr['mon'], $eventDateStartArr['mday'], $eventDateStartArr['year']);
}

// Get the ressources busy during the period with the id "id"
// Get the resources busy during the period with the id "id"
$_busyResources = getBusyResourcesInPeriod($eventDateStart, $eventDateEnd, array((int) $resource_id));

// sql error
Expand Down

0 comments on commit ed55627

Please sign in to comment.