From ed556275240901bd3a6c7d76e9dd9dbd9bc7a0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elis=C3=A9e=20Chemin?= Date: Thu, 7 Nov 2024 10:36:33 +0100 Subject: [PATCH] Precommit typo --- htdocs/resource/element_resource.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/resource/element_resource.php b/htdocs/resource/element_resource.php index 53f4f09b1cd37..4d44c1f6564ad 100644 --- a/htdocs/resource/element_resource.php +++ b/htdocs/resource/element_resource.php @@ -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 @@ -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