From e6369fbac345bc66b95653ab0934635ab769ec51 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 25 Jun 2014 22:49:28 +1000 Subject: [PATCH] comment accuracy --- booking.rooms.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/booking.rooms.inc b/booking.rooms.inc index e438ce2..c271c78 100644 --- a/booking.rooms.inc +++ b/booking.rooms.inc @@ -1075,9 +1075,9 @@ function booking_rooms_allocate_form_submit($form, &$form_state) { ->execute(); } //end node checking - } //each bed - } //each room - } //each bed type + } //iterate each bed + } //iterate each room + } //iterate each bed type } /**