Minor tweaks
This commit is contained in:
@@ -100,7 +100,7 @@ function _booking_room_location_lookup($input = NULL)
|
||||
{
|
||||
$location = array();
|
||||
$location[] = '';
|
||||
$location[] = t('Elpis Israel House');
|
||||
$location[] = t('Elpis Israel House Rooms 1-16');
|
||||
$location[] = t('Elpis Israel Ground Floor');
|
||||
$location[] = t('Golan');
|
||||
$location[] = t('Ramoth');
|
||||
@@ -109,6 +109,8 @@ function _booking_room_location_lookup($input = NULL)
|
||||
$location[] = t('Hebron');
|
||||
$location[] = t('Shechem');
|
||||
$location[] = t('Kedesh');
|
||||
$location[] = t('Elpis Israel House Rooms 17-33');
|
||||
$location[] = t('Elpis Israel House Rooms 34-51');
|
||||
|
||||
if ($input != NULL)
|
||||
return $location[$input];
|
||||
|
Reference in New Issue
Block a user