code cleanup

This commit is contained in:
Nathan Coad
2019-09-10 19:08:26 +10:00
parent e8df551c94
commit a3472d6fb4
7 changed files with 20 additions and 23 deletions

View File

@@ -45,7 +45,7 @@ function booking_room_view_summary() {
*/
function booking_roomlocation_define_form($node, &$form_state, $create, $editid = 0)
{
$form = array ();
$form = array();
$prefix = "<p>Add a new room location definition</p>";
if ($create == true)